Posts about software development written by Nick Pachulski
There’s a common complaint - not a problem, per se - that people run into when building applications which use React Contexts to share state.
Some function components expand to manage a range of responsibilities. Tracking which parts of the function body relate to the task at hand gets harder. Use well-named hooks to separate concerns out of the function body and into their own files.