proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Build React or Vue To-Do app using Deno

Open menzhessarov opened this issue 5 years ago • 5 comments

Build any React or Vue app but using Deno

menzhessarov avatar Mar 05 '20 03:03 menzhessarov

Could you elaborate a bit on how exactly do you want to see Deno used in this case? 🤔

yamalight avatar Mar 05 '20 09:03 yamalight

Just like Node is used for React or Vue app development. It would be nice if there was a beginner example on React or Vue app development with Deno.

menzhessarov avatar Mar 05 '20 14:03 menzhessarov

If you mean using Deno as part of build toolchain - that won't work at the moment. All the current build tools (webpack, rollup, etc) are made to work with Node and aren't compatible with Deno (and Deno's Node compat layer is not finished yet) 🤔

yamalight avatar Mar 05 '20 15:03 yamalight

I am a complete beginner in React and I know that Node is used to develop react apps. Is anyone able to develop a react app using Deno?

menzhessarov avatar Mar 05 '20 16:03 menzhessarov

You could use Deno as a basic server to serve static compiled React app (then again, that's not really efficient, using something like nginx would be better). How you write React app is a different question (you could either use common node.js toolchain, or just code in plain js/html)

yamalight avatar Mar 05 '20 17:03 yamalight