DEV Community

Discussion on: WebAssembly with Rust and React (Using create-react-app)

Collapse
 
chasahodge profile image
Charles Hodge

Now that I have things working(?) I don't get the greeting alert, just the default react screen. Are there other steps that have to be implemented to get the alert? Also I noticed a difference in the structure of your solution and the one used in the wasm-game-of-life tutorial. There they place the Rust code in the root of the app and the React app inside that. can you explain why your approach is different and the advantage of your approach. Thank you so very much for your time.