React-adminreact-admin.hashnode.dev·Sep 6, 2024Building a Complete React CRM App with Atomic CRM 🛠️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...Discuss·1 likeOpen Source
amit singhmyselfamit.hashnode.dev·Nov 1, 2023Create a custom data provider in React-AdminLet'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 "...Discuss·1 like·284 readsReact
Peter JedingerforCloudflight Engineering Blogengineering.cloudflight.io·Oct 13, 2023Rapid Development with React-Admin and Fastify(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...Discuss·1 like·364 readsRapid Web Developmentfastify
LeeJaeChanProcoralee.hashnode.dev·May 11, 2023Auto Refresh with React-Admin Data Provider Hooks🚨 이슈 내용 사내에서 사용 중인 React-Admin으로 개발된 프로젝트가 있는데, 이 프로젝트의 Datagrid에서 Edit Row 하는 기능에서 이슈가 발생하였습니다. 주요 내용은 Datagrid 내부에서 각 Row를 수정할 경우에, Datagrid의 data를 모두 잃고, 새로고침을 해야 데이터를 새로 받아와 수정된 데이터가 정상적으로 노출이 되는 이슈였습니다. 🧐 원인 분석 React-Admin은 Data Provider를 통해 백...Discuss·1 like·291 readsIssuereact-admin
Shaba Kshabaaa.hashnode.dev·Mar 19, 2023React admin #2 - A step further: Diving into the major elementsIn 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...Discuss·1 like·87 readsReact
Shaba Kshabaaa.hashnode.dev·Mar 12, 2023React-Admin #1 - Introduction to building well-managed admin side sitesWhat 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...Discuss·1 like·159 readsadmin