Do we have someone here who thought will always be team React, but then switched to something else, e.g. Svelte? #react #svelte #frontend
@jan i m here✋
@danutu To what did you change? Since I have always preferred plain JavaScript over JS libraries, especially when it comes to web perf, I think it would be worthwhile to test out Svelte's approach on prod.
@jan i ve started with raw js grml and css, after that i ve worked with react but after some months i eanted to learn svelte because it was more familiar with the js in html vs html in js (react s approach), and the web perf is much higher with a svelte app because of the bundle size in the most part. For example i ve used sveltekit on my saas https://naav.ro, i have server side and client side combined without any headache, if you want you could try Solidjs which haves the same approach with react but the perf is much higher. My advice is to try svelte with sveltekit because the dev exp is much better.
Naav - One app to replace all your project management tools

Naav is a project management system that allows you to work with teams in planning and tracking projects. It can be used for large and small projects, from managing tasks and communication with teammates to working on features that are still being designed.

Naav - One app to replace all your project management tools
@danutu Thanks for sharing this, I’m definitely trying Svelte. Currently thinking for a side project to build where I can use it. I will share my experience soon.