DEV Community

Discussion on: The React Hooks Announcement In Retrospect: 2 Years Later

 
ryansolid profile image
Ryan Carniato

Where I stand these days is Svelte is great, but I don't want to give up the good parts from React.

My personal slant is what lead SolidJS to use explicit syntax with JSX while doing the compilation/reactive no-VDOM thing. Turns out it is really performant being explicit while harnessing the flexibility of JSX.