Answer the question
In order to leave comments, you need to log in
What are the best tools for creating React admins?
Tell me if there are any convenient ready-made solutions for creating admin panels on React (with typescript). I tried react-admin - it seems to be what you need, at first glance, but, for example, you can’t do normal front-end validation with server-side validation at the same time (for example, there are simply required form fields, but there are those in which the uniqueness of values \u200b\u200bmust be checked on the server in base). I wanted to save the data when changing the form in localStorage (and deleting it from there if the form was successfully submitted) - as a result, the front-end form validation does not work, which is honestly written in the documentation for react-admin. Connector to django-rest-frameworkis generally outdated (the old version of react-admin is registered in the dependencies) - and its author scored on this campaign. And in general, any extensions of the functionality of this admin panel, in my opinion, are rather inconvenient.
Are there any more convenient libraries for creating admin panels on React, because sawing from and to hands on the React + Redux admin panel (where most of the actions are still CRUD in one form or another) is quite tedious (time-consuming)?
Answer the question
In order to leave comments, you need to log in
https://pro.ant.design/docs/getting-started look here for example. Based on their free lib components - the forms were there too, a little strange, but quite flexible.
And so in general - how does the admin panel differ from the usual app by and large? nothing. Take some good form component for all this crud, charts if necessary, routing and go.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question