redux-saga-examples
Yet another example repository for redux-saga.
Demo
- 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
 
Have a problem?
Please mention to @kuy on Twitter or open an issue on Github.
Getting Started
npm install
npm start
Open http://localhost:8080 in your browser.
Author
Yuki Kodama / @kuy