You may have noticed that animation is pretty popular on the web. There’s no shortage of tutorials, case studies, and […]
A guide to eliminating common React performance issues.
Learn how to maintain state variables in React without passing props down and back up every time there’s a change.
A common mistake among developers is to give less importance (often, none at all) to styling when compared to other […]
Redux-Observable is a Redux middleware that allows you to filter and map actions using RxJS operators. RxJS operators like filter() […]
What exactly is ReasonML? ReasonML is a syntax extension for the OCaml language created by Facebook. Rather than creating an […]
The easiest way to keep your web apps accessible: Just use text The web is no longer just a collection of […]
One of the issues all front-end developers face is how to make UI components reusable. How do we craft components […]
Overview GraphQL is an exciting API for ad-hoc queries and manipulation of hierarchical data. It is extremely flexible, has great […]
In any non-trivial React app, CSS styles can become a problem if you don’t manage them correctly. Global style definitions, !important […]
Editor’s note: Active maintenance of the Recompose library was discontinued as of 25 October 2018. The author recommends using React […]