facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.95k stars 133 forks source link

HTML and JSX spec #126

Closed MathiasKandelborg closed 2 years ago

MathiasKandelborg commented 3 years ago

Hi there! Truly awesome work.

I have an issue with regards to unicode, html and encoding characters in general.

I've gotten to the point were I'm trying to find the disparity. It seems Babel works off of JSX spec, but I can't seem to find a list of characters JSX wants to encode. It might not be in the spec of JSX, but characters like < and { are also html entities and things get really messy when there's no standardization surrounding it.

MathiasKandelborg commented 2 years ago

🥳 🎉