React has changed, your Hooks should too
React Hooks have been around for years, but most codebases still use them the same way: a bit of useState, an overworked useEffect, and a lot of patterns that get copy-pasted without much thought. We’ve all been there. But Hooks were never meant to be a simple rewrite of lifecycle...