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...
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 "...
(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...
🚨 이슈 내용 사내에서 사용 중인 React-Admin으로 개발된 프로젝트가 있는데, 이 프로젝트의 Datagrid에서 Edit Row 하는 기능에서 이슈가 발생하였습니다. 주요 내용은 Datagrid 내부에서 각 Row를 수정할 경우에, Datagrid의 data를 모두 잃고, 새로고침을 해야 데이터를 새로 받아와 수정된 데이터가 정상적으로 노출이 되는 이슈였습니다. 🧐 원인 분석 React-Admin은 Data Provider를 통해 백...
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...
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...