Sep 18, 2025 ยท 4 min read ยท When developing a web application, an admin dashboard plays a crucial role in managing and organizing data. React, with its component-based architecture, is one of the best frameworks to build these dashboards. In this post, weโll explore the top 5 R...
Join discussion
Sep 12, 2025 ยท 4 min read ยท When building modern web apps, choosing the right React MUI Dashboard can save huge development time. Modernize React MUI Dashboard is one of the most popular open-source React admin templates with Material UI (MUI) at its core. It comes in two versi...
Join discussion
Sep 6, 2024 ยท 4 min read ยท Every company has unique CRM needs, but not many can afford a custom solution. To solve this problem we built Atomic CRM โ an open-source CRM framework made for developers and designed to be user-friendly for everyone. Every Company Needs A Custom C...
Join discussionNov 1, 2023 ยท 2 min read ยท Let's start : ) First we have to create a file with a name of dataProvider.ts and import this to our App.tsx App.tsx import { Admin, defaultTheme, Resource, ListGuesser, EditGuesser, ShowGuesser, Menu, MenuItemLink, Layout, } from "...
RReact-admin commentedOct 13, 2023 ยท 6 min read ยท (Written in collaboration with Mihai-Andrei Dancu) Introduction Software development is a time-intensive task and requires skilled software engineers to get the job done. Time and budget are directly proportional to one another and therefore as littl...
RReact-admin commented
May 11, 2023 ยท 2 min read ยท ๐จ ์ด์ ๋ด์ฉ ์ฌ๋ด์์ ์ฌ์ฉ ์ค์ธ React-Admin์ผ๋ก ๊ฐ๋ฐ๋ ํ๋ก์ ํธ๊ฐ ์๋๋ฐ, ์ด ํ๋ก์ ํธ์ Datagrid์์ Edit Row ํ๋ ๊ธฐ๋ฅ์์ ์ด์๊ฐ ๋ฐ์ํ์์ต๋๋ค. ์ฃผ์ ๋ด์ฉ์ Datagrid ๋ด๋ถ์์ ๊ฐ Row๋ฅผ ์์ ํ ๊ฒฝ์ฐ์, Datagrid์ data๋ฅผ ๋ชจ๋ ์๊ณ , ์๋ก๊ณ ์นจ์ ํด์ผ ๋ฐ์ดํฐ๋ฅผ ์๋ก ๋ฐ์์ ์์ ๋ ๋ฐ์ดํฐ๊ฐ ์ ์์ ์ผ๋ก ๋ ธ์ถ์ด ๋๋ ์ด์์์ต๋๋ค. ๐ง ์์ธ ๋ถ์ React-Admin์ Data Provider๋ฅผ ํตํด ๋ฐฑ...
Join discussionMar 19, 2023 ยท 4 min read ยท In the previous article, we explored the basics of React Admin and setting up. Letโs now dive more into how we can use React Admin for various applications. How do we create records in React Admin? The major goals of creating an admin-side website i...
Join discussion
Mar 12, 2023 ยท 4 min read ยท What is React-admin? A frontend framework that utilizes React, Material-UI, React Router, etc. which facilitates us in building and customizing our admin side needs effortlessly. Why do we need React-admin? Most dynamic websites which involve frequen...
Join discussion