Yet another example repository for redux-saga.
- Autocomplete
- Lazy request dispatching with cancellation
- Throttle
- Execution queue with throttling concurrency
- Start-Stop
- Chained cancellation with Page Visibility API
- Microblog
- Integration with Firebase: Auth and Realtime Database
- Reject
- In-place editing and handle rejected XHR response
- TakeX
- Custom effect 'takex' accepts RegExp pattern of action types
- Form
- Integration with redux-form: Submit from redux-saga (based on this solution)
- Wizard
- Wizard app with forward/backward transition and error handling
Please mention to @kuy on Twitter or open an issue on Github.
npm install
npm start
Open http://localhost:8080
in your browser.
Yuki Kodama / @kuy