typesafe-context-hook

A react-typescript utility for creating typesafe React context hooks. It provides a function that takes a name and a hook, and returns an object with a custom hook, a provider component, and a higher-order component. The custom hook can only be used withi

the-context-js

simple context management using JavaScript. It allows you to create contexts, bind values to keys within those contexts, and retrieve those values within a handler function.