Up and Running with redux-observable
Offered By: egghead.io
Course Description
Overview
Note: RxJS imports have changed since the publication of this course. Operators now must be passed into .pipe to be applied to an observable.
In this course we will begin with nothing more than an empty directory & a text editor. Through small, focussed lessons we’ll learn how to setup a React project that uses Redux for state management and redux-observable for asynchronous actions. We’ll see how ‘epics’ are registered and how they each receive a ‘stream’ of actions from the store.
With an understanding of how things work, we’ll move onto solving common problems such as Ajax cancellation, creating sequences of async actions, enabling code reuse through higher-order Observables and much more.
UPDATE:
This course is outdated, view updated material here: Asynchronous State Management with redux-observable v1
In this course we will begin with nothing more than an empty directory & a text editor. Through small, focussed lessons we’ll learn how to setup a React project that uses Redux for state management and redux-observable for asynchronous actions. We’ll see how ‘epics’ are registered and how they each receive a ‘stream’ of actions from the store.
With an understanding of how things work, we’ll move onto solving common problems such as Ajax cancellation, creating sequences of async actions, enabling code reuse through higher-order Observables and much more.
UPDATE:
This course is outdated, view updated material here: Asynchronous State Management with redux-observable v1
Syllabus
- Add Redux to a React application
- Use actions to modify the state of the Redux store
- Add redux-observable to an existing Redux project
- Debug redux-observable with redux dev-tools
- Use redux-observable for simple Ajax requests
- Create a queue of Ajax requests with redux-observable and group the results.
- Debounce user input to avoid repeated Ajax requests
- Handle network errors gracefully
- Filter a stream to exclude empty values
- Use an action to cancel an Ajax request
- Testing the output of epics
- Mocking an ajax request when testing epics
- Use tests to verify updates to the Redux store
Taught by
Shane Osbourne
Related Courses
Design 1o1 Redux - Part 1: MyselfAbadir - Accademia di Belle Arti via iversity React Router and Redux
Microsoft via edX Multiplatform Mobile App Development with React Native
The Hong Kong University of Science and Technology via Coursera Desarrollo de Aplicaciones Mobile Multiplataforma con Nativescript, Angular y Redux
Universidad Austral via Coursera React
Udacity