ssorallen / turbo-react

A JavaScript library that transitions between static HTML pages on navigation; no app server required.
https://turbo-react.herokuapp.com/
Apache License 2.0
274 stars 16 forks source link

Integrate HTMLtoJSX for proper JSX conversion #8

Closed ssorallen closed 9 years ago

ssorallen commented 9 years ago

The React team started an HTML -> JSX converter called htmltojsx.js that could replace the rudimentary conversion currently done by Reactize.

This would also fix many as of yet untested cases like script elements and null elements other than inputs like <br> and <hr>.

This would address #7 by properly converting input elements.

ssorallen commented 9 years ago

Completed by commit 3145e339890951768c6d43d9e7ea24721a2f6239.