Bootstrap components for react-mobx-admin
See yourself an example of blogpost list table with sorting, pagination, filtering ...
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/bstrap-react-mobx-admin
cd bstrap-react-mobx-admin
npm i
make run
The application is now available at http://localhost:8080.