Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

React Admin

A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design

Pricing:

React Admin Reviews and details

Screenshots and images

  • React Admin Landing page
    Landing page //
    2023-08-20

Badges & Trophies

Promote React Admin. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

10 Best React Admin Templates in 2022 | ReactJS Admin Templates

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about React Admin and what they use it for.
  • Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack
    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 / 3 months ago
  • New client-side hooks coming to React 19
    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 / 4 months ago
  • I absolutely despise front-end work and styling, (and JS too), coming from a C++ / Java background, what would be a good framework or anything really to make it as painless as possible for me to build a front end.
    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: 6 months ago
  • Anatomy Of A Profitable Open-Source Project
    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 / 7 months ago
  • An Overview of 25+ UI Component Libraries in 2023
    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 / 9 months ago
  • React Without useEffect
    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 / about 1 year ago
  • What ui component framework would you recommend to an entry level "backend" dev
    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: about 1 year ago
  • Suggestions for a React Crud App Base Repo (I've Built a Backend/Database Already)
    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: about 1 year ago
  • Need a library for generation UI of CRUD
    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: about 1 year ago
  • Admin web app
    I have been looking into: - https://marmelab.com/react-admin/ and - https://refine.dev/. Source: over 1 year ago
  • PostgREST – Serve a RESTful API from Any Postgres Database
    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 / over 1 year ago
  • React-admin as a low code library to build CRM
    While choosing a react library we came across react-admin. - Source: dev.to / over 1 year ago
  • React I Love You, but You're Bringing Me Down
    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 / over 1 year ago
  • Delphi Still Exists and Is Actively Developed
    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 / almost 2 years ago
  • wordpress-like service on firebase
    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: almost 2 years ago
  • Developing webapp to track trading data
    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: about 2 years ago
  • Developing webapp to track trading data
    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: about 2 years ago
  • Can I build a dashboard this way?
    I want to create the dashboard with React-Admin (https://marmelab.com/react-admin/). Source: about 2 years ago
  • ReactJS Frameworks You Should Know Before You Start Developing Internal Tool Application
    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 / about 2 years ago
  • Questions about Scala-js!
    Scalablytyped is wonderful for the sjs ecosystem, still, it isn't perfect, for example, we have been stuck a mui 3 for a while (mui 5 is a work in progress), react-admin is another library that you can't use right away, you will likely find out more, still, for most use cases, Scalablytyped is good enough. Source: over 2 years ago
  • Auto-generate your NodeJs app + Admin-UI 😳
    React Admin-UI generated with react-admin. - 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.

Suggest an article

React Admin discussion

Log in or Post with
Visit official website
marmelab.com

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.