![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
React-Admin - The Open-Source Framework For B2B Apps
Have an API? Instantly turn it into an admin panel! With just 11 lines of code, React-admin creates a fully functional admin interface for any API, leveraging modern React and Material Design.
React-admin - Documentation - Marmelab
React-admin is a frontend framework for building browser-based, data-driven applications on top of REST/GraphQL APIs using React. Maintained by marmelab , it is open source and battle …
React-admin - My First Project Tutorial - Marmelab
React-Admin Tutorial. In this 45-minute tutorial, you will learn how to create a web application with react-admin based on an existing REST API. You can follow along by reading the text, or by …
React-admin - Features - Marmelab
React-admin is a rich framework that covers most of the needs of typical admin & B2B applications. It’s a great time saver that unlocks your creativity and helps you build great apps. …
React-admin - Documentation - Marmelab
React-admin Documentation index. Data Fetching Plugging in a REST or GraphQL API with dataProvider
React-admin - The Admin Component - Marmelab
Using React-Admin In A Sub Path. React-admin links are absolute (e.g. /posts/123/show). If you serve your admin from a sub path (e.g. /admin), react-admin works seamlessly as it only …
React-Admin vs Refine: Feature Comparison - Marmelab
2023年7月4日 · You are starting a new React project, and wondering which admin framework to use? This article will help you choose between React-Admin and Refine. The benchmark is …
React-admin - React-admin demos - Marmelab
React-admin Demos. If you want to see what react-admin is capable of, or if you want to learn from apps built by seasoned react-admin developers, check out these demos.
React-admin - Key Concepts - Marmelab
So react-admin is not just the assembly of React Query, react-hook-form, react-router, Material UI, and Emotion. It’s a framework made to speed up and facilitate the development of single …
Using React-Admin With Your Favorite UI Library - Marmelab
2023年11月28日 · In this article, I'll explain how to build a react-admin application with DaisyUI, Tailwind CSS, and React-aria, and without Material UI. This example illustrates some …