Raul Gao
Raul Gao

Reputation: 21

admin portal react front end framework or template

I am going to create an admin portal website with react.js and I searched about the best/the easiest ways to create it. So far I think react-bootstrap and ant design are good choices to build the site.React-bootstrap does not support bootstrap 4 and seems ant provides more powerful components so I prefer to ant. Anyone has some other options? or how are your thoughts about ant design?

Thanks

Upvotes: 1

Views: 869

Answers (2)

turkogluc
turkogluc

Reputation: 253

Take a look at the repository which contains the main layout design and reusable components as tables, forms, and charts by using Ant Design and Bizcharts.

You can also find the step by step implementation guide in the blog post.

Upvotes: 0

Chetan Gawai
Chetan Gawai

Reputation: 2401

You can use react-admin framework, a frontend framework for building admin SPAs on top of REST services, using React and Material Design. You can find the documentation here - https://github.com/marmelab/react-admin

Upvotes: 1

Related Questions