All Projects → marmelab → react-admin-demo

marmelab / react-admin-demo

Licence: MIT license
Source of the react-admin react.js demo, using a dummy REST service powered by FakeRest

React-Admin Demo

This is a demo of the react-admin library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at https://marmelab.com/react-admin-demo.

admin-on-rest-demo

React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using FakeRest).

The source code is available in the main marmelab/react-admin repository, under examples/demo/. To explore it, start with src/index.tsx.

This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/admin-on-rest-demo. You can find this production code in the gh-pages branch of this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].