Hey guys, i have dillema between
Hey guys, i have dillema between choosing svelte or next.js for my first convex project. To this point i only used next.js , but now i need to build project management app ( no seo required). Convex Chef is using svelte , but because i never used it i'm not sure. Any tips ?
1 Reply
Hey @LAHunnid , my personal preference would be for Svelte, but it's undeniable you'll have an easier time using React / Next.js with Convex.
Alot of the client side libraries / components only have React hooks natively supported, so you'd have to roll your own adapters.
This is true also for the general ecosystem at large, though Svelte is catching up. LLMs and support resources are a lot more popular for React.