I don't understand these project boilerplate generators like "create-react-app". Every time I use one of these I spend more time deleting all the bloat they autogenerate for me than I would have spent creating all the actually necessary files.

Reply to this note

Please Login to reply.

Discussion

react is shit so you might as well just delete the whole thing

What's better?

Every single one of this shit SPA frameworks sucks but Svelte is the one that I found that is almost not painful to use (specially if using typescript instead of JS)

Svelte, yes, sveltekit on the other hand is nothing but breaking changes

Im undecided for future more complex projects, but preact seemed nice enough to try for smaller projects needing some app state and templating.

https://preactjs.com

Why the hate against React? I think it is pretty good. What do you think is better?

They are terrible. React is also 🤮

rust is the best at this. You need to do is delete hello world

Every time I set up a new project there's a new way of combining typescript, eslint, tailwindcss, font-awesome, pre-commit hooks, and whatever build system you're using. Really creates an upper limit on how many projects you can maintain at one time.

That doesn't happen if you write the boilerplate yourself, from memory.

Vite is better to create react apps (or nextjs).

I hate working in react projects. That framework is shit, but you can clean the boilerplate and create a branch for it. that way you just clone it whenever you need to start a new project

I mean…

Same... I'm liking vue + vite