React Posts

Posts about software development written by Nick Pachulski

Composing React Providers with Differing Value Prop Types in a Type-Safe Way with Typescript

There’s a common complaint - not a problem, per se - that people run into when building applications which use React Contexts to share state.

Simplify Maintenance of React Function Components

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.