Next Steps
Discover further learning paths after completing the Practical Redux course. Understand advanced Redux topics like side effects, performance optimizations, and project setups. Access curated resources, examples, and expert insights to deepen your Redux knowledge and improve your application development skills.
We'll cover the following...
We'll cover the following...
What Wasn’t Covered
This course covered a lot of material and techniques, but there’s a lot of things we didn’t cover. Some examples:
- Dealing with side effects, including use of advanced side effect libraries like
redux-sagaorredux-observable - Creating new entities on the client
- Working with more complex nested/relational data
- Optimizing performance
- Sorting / filtering / pagination
- Code-splitting the application, including dynamically adding reducers
- Tracing data flow and debugging techniques
- Using higher-order functions to generate action creators and reducers for similar data types
I hope to write about some of these topics on my dev blog in the future as I continue the “Practical Redux” tutorial series this course is based on. If you’re interested, I keep a gist listing some of the topics I hope to write about, ...