An open API service providing repository metadata for many open source software ecosystems.

gitlab.com topics: react-context

rsoh/pubsub

A Social Media App. Open-source. Continuously growing. Ready to go.

Last synced at: almost 3 years ago - Stars: 3 - Forks: 3

fishbot/libs/context-selector

- React Context and useContext is often used to avoid prop drilling, however it's known that there's a performance issue. When a context value is changed, all components that useContext will re-render. - ContextSelector can solve the problem above => performance increase. - ContextSelector is based on the the Observer pattern which is used in numerous libraries: Redux, Jotai, etc. => ContextSelector can replace Redux, Jotai completely with the built-in ReactContext without installing any external libraries

Last synced at: about 3 years ago - Stars: 1 - Forks: 0