DEV Community

Discussion on: The shape of the CMS to come

Collapse
 
thom4s profile image
Thomas

(Unless i misanderstand the post,) Being stuck with React is not a solution, i think. The FrontEnd must be agnostique and at the choice of the developper.
JSX is a pain to read. I prefer by far the SvelteJS solution and keep my good old HTML+CSS+JS.
(great post though ! Made me think :)

Collapse
 
matfrana profile image
Matteo Frana

Hi. I agree that it is not a solution for everyone. But it is a great solution for React developers. I see that JSX is indeed a great way to build a design system by developers who code. If you are interested, this talk by Isha Kasliwai is just about this: youtube.com/watch?v=29m5DgNyUcA

Collapse
 
thom4s profile image
Thomas

Thanks, i'll take a look.