smart-context-hooks
Leverage React Context to optimize rendering performance by minimizing unnecessary component re-renders when state changes.
react-shallow-store
Lightweight React context store with shallow selector and minimal re-renders.
from-react-context
from-react-context is an alternative of context api for those who want to take advantages of react useState and useReducer as global state management hooks, and improve React performance by preventing unnecessary re-renders from context api.