DEV Community

Discussion on: Simple, Typesafe React Modals using Portals and Custom Hooks

Collapse
 
arnonate profile image
Nate Arnold

We are driving some of our global UI state with Apollo useReactiveVar now. It's handy and already ships with Apollo. I wouldn't suggest mixing your global state management though, so context works if you are already using it :)