DEV Community

Discussion on: 🌞 Toggle theme 🌑 in React with MUI v5 and Redux 🚀

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

Not from the top of my head, but look for hooks and context.
The idea is to create a provider that will create the theme and hold the state with a method for toggling it. with that like redux, it can be called from any sub component.

For me looks like a cleaner way than setting up a redux store.