Working on a Educations app based React Project.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Saanvi Sen
    New Member
    • Sep 2021
    • 3

    Working on a Educations app based React Project.

    Hello Everyone,

    I am currently working on an Education Web app, based on React and looking for some Admin templates that can help me to save my time as I do not want to build the whole app from scratch.

    Can you guys suggest to me some best Admin Templates based on React?

    Thanks!
  • vaibhavgupta
    New Member
    • Sep 2025
    • 1

    #2
    I’d recommend checking out some ready made React admin templates instead of starting from scratch. They come with pre-built dashboards, UI components, and pages that can save you a lot of time.

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      Depending on your skill level i would suggest to try avoid templates in case u are not a react pro. These templates are build on top of other libs that you would need to understand - and it can be a mess since usually the boilerplate that you download and use is very opinionated. I would rather suggest to get familiar with a component library - may be something like https://mui.com/ and start from there - it allows for pretty fast development of the kind of apps u mentioned and it also has a very good documentation / community support. And it also can make u a better developer šŸ˜‰

      Comment

      Working...