ooade / NextSimpleStarter

:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI
https://nextss.vercel.app
MIT License
944 stars 199 forks source link

Redux Dev Tools doesn't work #135

Closed samg0rd closed 4 years ago

samg0rd commented 4 years ago

Hey, thanks or this boilerplate, i think it'w awesome. but apparently redux devtools doesn't work. any hint on that?

ooade commented 4 years ago

We don't use Redux. We're making use of React Hooks (useReducer) in place of redux. You could make use of React Dev Tools, tho, it doesn't offer as much flexibility as Redux Dev Tools. But, it should give as much context as possible.