marmelab / react-admin-demo

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

Home Page:https://marmelab.com/react-admin-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/react-admin-demo. You can find this production code in the gh-pages branch of this repository.

About

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

https://marmelab.com/react-admin-demo

License:MIT License