isomorphic-router-demo
isomorphic-router-demo copied to clipboard
not isomorphic
I'm not sure the app is rendering on the server as expected. The home /
route serves the SPA which when loaded in the client calls the server for content.
You're right, this isn't isomorphic.. you can tell by looking at the page source.
:man_shrugging: c'est la vie, starting playing with next.js instead, that is really cool and very extensible.