2.0.0 • Published 6 years ago

react-mobx-admin v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

react-mobx-admin

Build Status

Add a ReactJS admin GUI to any RESTful API. Minimalistic framework for React based admin applications heavily inspired by admin-on-rest. But this uses MobX for state management. And aims to extendability and code readability and simplicity.

See yourself an example of blogpost list table with sorting, pagination, filtering ...

tech details

It is raw ES6 lib, so you need bundler with transpiling (webpack with babel loader). Try it by yourself:

git clone https://github.com/blueskydigital/react-mobx-admin
cd react-mobx-admin
npm i
make run

The application is now available at http://localhost:8080.