Advanced
In this section, we'll dig into more powerful Effects provided by the library.
- Pulling future actions
- Non-blocking calls
- Running tasks in parallel
- Starting a race between multiple Effects
- Sequencing Sagas using yield*
- Composing Sagas
- Task cancellation
- redux-saga's fork model
- Common Concurrency Patterns
- Examples of Testing Sagas
- Connecting Sagas to external Input/Output
- Using Channels
- Root Saga Patterns