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.
This lib provides only stores for two basic data operations:
- list: + paging, sorting, filtering
- manipulation: form editing, validation
Actual components (rendering of app state) are in separate library. Currently only bootstrap based UI is available.
See yourself an example of blogpost list table with sorting, pagination, filtering ....