DEV Community

Cover image for React Admin panel
Milad Ranjbar
Milad Ranjbar

Posted on

React Admin panel

I created an Admin panel using React with multiple theme.
by following this video: https://www.youtube.com/watch?v=q8cabjyUTVY

But I used Zustand instead of redux for state management. and I think its so cool especially for small projects. it has much less boiler code compare to Redux.

here is the demo
here is the source code: https://github.com/miladr0/simple-admin-panel

Top comments (0)