I'm playing around with React & React Router and it works like a charm.
First I set it up to render on the server, so it works like a classic PHP app. I have a few issues to get the client-React take over the markup (I need to pass the data I already rendered into markup on the server again), but if this works it should let my app gracefully keep to server-side rendering if no JS is available on the client.
First I set it up to render on the server, so it works like a classic PHP app. I have a few issues to get the client-React take over the markup (I need to pass the data I already rendered into markup on the server again), but if this works it should let my app gracefully keep to server-side rendering if no JS is available on the client.