peh / react-grails-asset-pipeline

Grails React Asset Pipeline plugin
8 stars 3 forks source link

Upgrade React to v0.13.3 #10

Open simonrleung opened 9 years ago

simonrleung commented 9 years ago

It's a very useful plugin, Thank you.

peh commented 9 years ago

hey. i am already looking into that. had some issues with 0.13.2 will check if 0.13.3 works

peh commented 9 years ago

hey @simonrleung if you dont want to be dependant on the provided version i recommend using https://grails.org/plugins/babel-asset-pipeline

babel brings jsx transformation so you could simply store your components as .es6 files and let babel do the jsx stuff. if you then download react from http://facebook.github.io/react/downloads.html you can always use the newest version!