5
6 Comments

Show me a good admin dashboard template multi-tenant (react)

Hi.

Im designing a webapp/admin dashboard and I want to jump start the development process. So I wonder if a good template exists for react.js

Login/register ()
User account/profile
user management (admin)
Basic components (forms, nav, buttons etc)
Multi-tenant
Redux

I already have the REST API's

PS I have done some searching and yes, there are cheap alternatives. I looking for your experiences.

on March 5, 2020
  1. 1

    Wow. great tips!

    The templates I see for sale are a bit tricky, if you plan to go commercial, it will cost a bit more of course.

    Reson I want referrals is that once go start with a project, I dont want to redo the whole thing.

    Another I came across is reactstudio. Its drag and drop and will generate the react code for each component.

  2. 1

    Why build your own these days when you can use retool.com or internal.io?

  3. 1

    material-ui provides some pretty cool templates: https://material-ui.com/getting-started/templates/
    you can check out react-admin too which is based off material-ui

  4. 1

    https://usegravity.app has most of what you need, apart from Redux :-)

  5. 1

    I use https://blueprintjs.com/ it has amazing components.

    There are other component kits out there.