Using React for Templating with the Koa Framework on Node.js with TypeScript

User interface development with the React.js JavaScript library has been the rage for some years now. The library introduced a component-based thinking that added structure to client side user interfaces. On the server side a similar enforced component st… Read more

Similar

React server side rendering with v4 Router

When I wrote React.js: Server side rendering a few months back, I used react router v3.0.2. But ever since react router released v4, which is a total rewrite into a declarative format, the old blog post won’t work with react router v4. So I decided to wri... (more…)

Read more »