Component-Based Architecture
React Admin utilizes a component-based architecture that promotes reusability and modularity, allowing developers to build complex interfaces with less effort.
Rich Ecosystem
Being a React-based framework, React Admin benefits from a vast ecosystem of libraries and tools which can be easily integrated, providing enhanced functionality and scalability.
Customizable and Extensible
Developers can customize and extend React Admin to fit specific needs, thanks to its high degree of flexibility and comprehensive support for custom components.
Built-in Data Providers
React Admin comes with built-in data providers, making it easy to connect with a variety of REST, GraphQL, or other APIs out of the box.
Active Community and Maintenance
Maintained by Marmelab, React Admin has an active community and is well-maintained, ensuring regular updates and improvements.
Promote React Admin. You can add any of these badges on your website.
With a simple relational data model, developers can easily modify the system to store additional data. Its component-based architecture allows for replacing or customizing any part of the application, giving developers full control over the user experience. Built using React and react-admin, two widely supported frameworks, it comes with a rich library of pre-built components ready for use. - Source: dev.to / 3 months ago
Whenever I see the word "framework", I can't help but think of the Linebreakers' song "We're Gonna Build a Framework". That aside, React-admin has over 25,000 users around the world. It's a single-page application framework, allowing you to build web apps running on top of REST/GraphQL APIs, using TypeScript, React and Material Design. React-admin's latest update brings refined lists and forms, dependency update,... - Source: dev.to / 5 months ago
React-Admin is a React-based frontend framework for building admin applications that talk to a backend data API. It offers a pluggable mechanism for easily adapting to the specific API style of your backend. - Source: dev.to / 9 months ago
With these features, data fetching and forms become significantly easier to implement in React. However, creating a great user experience involves integrating all these hooks, which can be complex. Alternatively, you can use a framework like react-admin where user-friendly forms with optimistic updates are built-in. - Source: dev.to / 11 months ago
For the admin panel, or basically anything with basic crud operations, take a look at https://marmelab.com/react-admin/. Most frontend devs don't like it, since it limits you somewhat in customization, but at the same time, it is very easy to grasp for someone coming from a backend dev profile, who just wants a crud UI. It even has a guesser template that proposes an initial screen layout based on the response of... Source: 12 months ago
We’ve developed a business based on an open-source platform called react-admin. Embracing the open-source spirit, we’re sharing the key performance indicators of this business. We hope it will help other open-source developers build their own business. - Source: dev.to / about 1 year ago
React-Admin: As the name suggests, this component library is targeted at building administrator interfaces for B2B (business-to-business), for example, managing users in your system. It is based on Material design and has a neat feature where you can let it “guess” your list views by providing a sample API endpoint for your data. - Source: dev.to / about 1 year ago
Libraries and frameworks fill that gap. React-query, react-hook-form, react-router, MUI, and emotion use useEffect so that you don't have to. React-admin builds up on these libraries, and exposes higher-level components and hooks to let you build complex, declarative React apps free of useEffect. - Source: dev.to / over 1 year ago
Something you might be interested in as well, if you just want a low effort (crud) interface: Refine or React Admin . These usually don't "click" that well for frontend devs, but I found them easier to understand for backend devs, who usually don't mind following their opinionated natures. Which frontend devs are notoriously resistent too . Source: over 1 year ago
Look into React admin maybe. I've used it a few times and it's been a breeze creating a full crud UI quickly. Source: over 1 year ago
You might want to check out React Admin (https://marmelab.com/react-admin/). It provides a way to quickly create a full-featured admin interface for your API. You can use your existing API endpoints and data structures to generate a UI that includes everything from data grids and forms to filters and charts. It also has built-in support for common features like authentication, pagination, and data validation. Source: over 1 year ago
I have been looking into: - https://marmelab.com/react-admin/ and - https://refine.dev/. Source: almost 2 years ago
1 year ago: https://news.ycombinator.com/item?id=29389576 It's an insanely cool project, but I've yet to find a truly fitting use case for it. In theory, PostgREST combined with something like https://marmelab.com/react-admin/ should give you a free back-end and admin panel for most projects, but in practice, I've always found that all kinds of 'small details' won't be quite right out of the box, and that... - Source: Hacker News / almost 2 years ago
While choosing a react library we came across react-admin. - Source: dev.to / about 2 years ago
Give react-admin [0], the post author’s react framework, a glimpse. If you develop an ERP/CRM like react app, you‘ve probably rebuilt parts of react-admin already, but you did it worse. Ah, and their source code is a breeze of fresh air. [0] https://marmelab.com/react-admin/. - Source: Hacker News / about 2 years ago
Depends on what "look great" means. And I've seen Delphi apps; I recently worked on one. In my experience they don't look great. Maybe you've done a lot of work to theme the controls; if so, wonderful. But what I'm familiar with just brought up Windows dialogs, and ... well, that's functional but I wouldn't say it looks great. But here are a few examples of ways you could create 150 fields in... - Source: Hacker News / over 2 years ago
Ah wow, great work, project seems organized, robust and thoughtful, looking into it. I wonder why you made the choice to focus on full server deployment? It seems any project which uses Firebase as a DB can find rowy useful as a better Firebase UI. Meaning that if I am building a blog CMS now, I could use rowy as a Firebase UI replacement. Some kind of a react-admin. Source: over 2 years ago
Hey, once you pull the data from the websites or their public API you can pretty much build whatever you want. There are lots of examples for graphs and visualization in the JS world. Source: over 2 years ago
If all you want is to visualise data, you can use react-admin. It has a bunch of examples. The only catch is that it's better to follow their conventions around APIs otherwise you would be better off writing your own frontend. Source: over 2 years ago
I want to create the dashboard with React-Admin (https://marmelab.com/react-admin/). Source: over 2 years ago
React Admin is a frontend Framework for building data-driven applications running in the browser, on top of REST/GraphQL APIs, using React and Material Design. - Source: dev.to / over 2 years ago
Do you know an article comparing React Admin to other products?
Suggest a link to a post with product alternatives.
This is an informative page about React Admin. You can review and discuss the product here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.