19 Stories by Ohans Emmanuel
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.
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.
Learn how to implement advanced React component patterns with Hooks, starting with the state initializer pattern.
Introduction When I got introduced to programming, years ago, I was really excited about the endless opportunities I could embrace. As I developed sites...
A guide to eliminating common React performance issues.