React Holy Grail, isn’t
I worked hard to build a react app that grew into an isomorphic application that achieved all I wanted as a react developer, but wish I hadn't. (more…)
Read more »In part one of this React series we built a client-side tube status mobile web app. In this part we’ll examine server-side rendering to generate some HTML. Motivations Our previous app was entirely written in JavaScript and this meant that nothing was dis…