17 Stories by Ohans Emmanuel
State management can quickly turn into a nightmare. Fortunately, Redux has a good number of libraries maintained to make data fetching easy.
Our complete guide to React refs and the DOM, with suggestions for further reading.
Our all-in-one reference guide for basic and advanced React Hooks, with suggestions for further reading.
Get hands-on with Facebook's nascent Recoil library by refactoring a Redux app and comparing their differences in implementation.
Recoil is no Redux yet, but it just may get there.
Learn how to access previous props or states from within functional components when working with React Hooks in this simple tutorial.
You may have wondered whether Hooks cover all the same use cases React classes handle. Well, the answer is no.
In certain cases, useMemo is irrelevant, overused, and likely harmful to the performance of your application.
Can you explain the differences between useEffect and useLayoutEffect to a five-year-old?
Learn how to implement advanced React component patterns with Hooks, starting with the state initializer pattern.
While Hooks may have been the talk of the community for a while now, beyond the fuss, they do have a very simple API....
Introduction A good number of people are excited about the addition of Hooks to React — I happen to be one of those people!...