Define React routes without JSX

added by JavaScript Kicks
3/3/2015 1:53:02 PM

554 Views

With earlier versions, creating routes had to be done in JSX and was typically done in the root app.js. With the recent update you can define routes in JavaScript as well as in JSX.


0 comments