NOTE: This example is created by Rekit 1.0. You may want to checkout Rekit-portal for how to use Rekit 2.0.
This is a simple forum application by Rekit. It demostrates how to use features, pages, actions and especially async-actions etc. It uses leancloud (Parse like Baas) for data persistence.
https://supnate.github.io/rekit-example
- Async actions to load list data.
- Redirect to list page when successfully adding a topic.
- Use pure component to load comment list. Pass necessary props to it.
- Define routes/actions/components/pages/reducers in the feature folder.
- etc...
npm install
npm start
Then access http://localhost:6090/rekit-example