Building Modular and Flexible React Container Components

Living at the intersection of Technology, Research, Economics & Art… Read more

Similar

React and TDD =

We’ll do this by creating an app from scratch and trying to write tests first. A quick disclaimer of what I will not do in this post: Write the next test, rinse, repeat. Without evangelizing why TDD… (more…)

Read more »

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 »