2024-04-07 UTC
# [Jan_Tuomi] Considering how much insanity there is in the JS ecosystem, JSX is one of the saner parts of it in my opinion. And this is coming from an intermittent JS dev. It's just syntactic sugar for a bunch of DOM-representing JS anyway. It's pretty strict too: as long as you properly close your tags it's pretty pitfall-free. I think you are more likely to encounter problems with Astro and the way that it uses JSX rather than JSX itself