DEV Community

Discussion on: [RELEASE] GlueDOM: JSX alternative to make non-trivial components easier to read and maintain

 
sroehrl profile image
neoan

Agreed! The most common tasks any templating must fulfill is conditional rendering and iteration. Both aren't solved well in JSX.

Thread Thread
 
seanmclem profile image
Seanmclem

Neither trouble me at all in jsx. There are very easy ways to implement both things