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. Read more

Similar

Promise as React element type

For fun, here's a proof-of-concept based on an idea by @sebmarkbage. If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....

Read more »

Creating a React Component Using TDD

It’s become mandatory to use TDD in every new piece of code we write if we want to avoid creating legacy code from the beginning. We have many tools available to create unit tests in javascript and react. In this post we will be using jest and enzyme to c... (more…)

Read more »