|
|
|
|
|
by wg0
785 days ago
|
|
React is the Spring of frontend frameworks. If you have used Spring framework around 2010ish with Hibernate as ORM, you'd know what I am talking about. React with its component ideas was a smart and the first of its kind, yes. But its evolution is regrettable. The idea of hooks is so.... that it would be considered spaghetti code in any other realm of software engineering. I have switched to Svelte. I don't like everything about SvelteKit but it is better than NextJS and simpler to reason about with its page, layout load functions and error components. With Svelte, I am rarely thinking about framework at all. I am thinking about my business domain. EDIT: Fixed typos Disclaimer: All opinions are subjective. |
|
React on the other hand is insane. SolidJS is what react should've evolved in.