Carere
Carere
Explore posts from servers
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
For those looking for more info about this subject, I ended up using this methodology: https://github.com/neolace-dev/neolace It's a great example how to have a monorepo-like experience with Deno. For the Front-End, you have to stick to Node, but since you're using ViteJs, it's not really a problem. You get the best of both world. Great DX overall, ViteJs for the front end, and deno for server & CLI 😄 Don't hesitate if you have some questions 🙂
19 replies
DDeno
Created by Carere on 9/14/2023 in #help
Impossible to use `"jsx": "preserve"` in deno.json...
Well I'm building an SPA with Vitejs actually, so it seems that it would cause no problem, thx for your answer 🙂
5 replies
DDeno
Created by Carere on 9/14/2023 in #help
Impossible to use `"jsx": "preserve"` in deno.json...
So how I suppose to work with SolidJs ?
5 replies
DDeno
Created by Carere on 9/14/2023 in #help
Can I use Workers in an executable ?
yeah I did the test and it worked so perfect, it was the only thing that prevent me to go the Deno path. And Bun is way too eraly stage, it's clearly not a 1.0 😅 So thx for your answer 😉
5 replies