DEV Community

Cover image for How to create an admin panel in React JS- Part 1

How to create an admin panel in React JS- Part 1

okeken on December 05, 2020

Building a react dashboard panel can quickly get complicated especially if you'll be working on multiple modules. Think of building software that m...
Collapse
 
allanmacgregor profile image
Info Comment hidden by post author - thread only accessible via permalink
Allan MacGregor πŸ‡¨πŸ‡¦ • Edited

We're in the days when static websites are beginning to fade out and replaced with a more dynamic website, from an e-commerce website to a management system such as school management system, human management system, church management system, etc.

I apologize beforehand, but I can't make it past this sentence. So what you are essentially saying is we have come full circle and we are going back to full CRUD apps instead of the statically generated websites? No, because they never really went away.

For me, that opening paragraph takes credibility away from the article, and maybe incorrectly highlights the author's lack of knowledge and expertise.

Collapse
 
okeken profile image
okeken

Thanks for your thoughts, essentially we're able to build more complicated apps & websites even faster compared to what we have decades ago. That's the main point I was trying to drive at. The rest of the article is illustrating how to build a react admin panel which is technical by the way. Think of the heavy lifting that has been done for us, just because of using only one tool.

Collapse
 
awps profile image
Andrei Surdu

Allan, after reading the first sentence I stopped and went directly to comments to leave a reply like yours.

Collapse
 
veerasrivastava profile image
Veera Srivastava

Nice explanation! πŸ’— the depth!

Collapse
 
okeken profile image
okeken • Edited

Glad you found it helpful.

Collapse
 
keshavjain235 profile image
Keshav Jain

When you r going to build it further?

Collapse
 
okeken profile image
okeken

I'll drop the rest of the tutorial soon 😊

Collapse
 
muthoni profile image
Muthoni Muchai

This was excellent! Thank you so much. Please drop the next one soon πŸ€—πŸ€—

Collapse
 
vikashkshatra profile image
vikashkshatra

Thanks man 😊 your explanation are just awesome, like you covered all the necessary things. we don't have to go anywhere to find extra details

Collapse
 
mide7 profile image
Ayomide

thank you for the explanation, really a been helpful.
i was hoping to know more about image upload using react-admin.

Collapse
 
sxidsvit profile image
sxidsvit

Very helpful article and good explanation.
Thanks to the author for bringing my attention to the React-Admin framework.

Collapse
 
okeken profile image
okeken

Glad you like it.

Collapse
 
mide7 profile image
Ayomide

is it possible to change the enctype of the SimpleForm in react-admin?

Collapse
 
mohamad_el_bohsaly profile image
Mohamad El Bohsaly

@okeken
How about styling? I wish to restyle the dashboard

Collapse
 
alihusnain4190 profile image
Ali Husnain

The tutorial is amazing.
I have a question, with ListGuesser is working but when i use URL i am getting empty view on screen with error httpError not found please guide me.

Collapse
 
okeken profile image
okeken

Hi Ali, I'll updating this article in the next coming weeks to use a real url...pls stay tuned till then.

Some comments have been hidden by the post's author - find out more