Converting JSX Back to HTML: 7 Edge Cases That Break Naive Converters
Every JSX-to-HTML converter handles className → class. That transformation is one line
of code, and it is roughly 5% of the problem.
I spent a while getting the other 95% right for a converter I maint
forze.hashnode.dev7 min read