Hacker News new | ask | show | jobs
by jerrycruncher 2237 days ago
You're probably not far off. For the Redux case, that statement almost certainly means using at least one top-level Context Provider along with `useContext` in consuming components to replace or avoid the use of a Redux store and `connect`.