Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djhi/epic-stack-react-admin
An example of the Epic Stack that add an admin built with react-admin
https://github.com/djhi/epic-stack-react-admin
Last synced: 23 days ago
JSON representation
An example of the Epic Stack that add an admin built with react-admin
- Host: GitHub
- URL: https://github.com/djhi/epic-stack-react-admin
- Owner: djhi
- Created: 2023-10-08T09:30:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T09:30:56.000Z (over 1 year ago)
- Last Synced: 2024-11-08T04:44:14.550Z (3 months ago)
- Language: TypeScript
- Size: 9.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Epic Stack 🚀
Ditch analysis paralysis and start shipping Epic Web apps.
This is an opinionated project starter and reference that allows teams to
ship their ideas to production faster and on a more stable foundation based
on the experience of Kent C. Dodds and
contributors.
## Differences With Default Epic Stack
- Added react-admin dependencies
- Add 2 routes under the `app/routes/admim+` directory
- `$.tsx`: the react-admin frontend
- `api.$.tsx`: the react-admin API## Description
The `api.$.tsx` contains a `loader` and an `action` that translate react-admin queries to Prisma.