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

Upgrade to React 0.9.0 #1

Closed ssorallen closed 10 years ago

ssorallen commented 10 years ago

This was built with React 0.4.0, and the library has changed significantly since then.

ssorallen commented 10 years ago

Fixed by commit f24d26b8b1970ead44ea457342fa824a5a51bdf7.

The largest change was having to replace "class" with "className" in source HTML to make it comply with newer JSX syntax.