...

/

Next Steps

Next Steps

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-saga or redux-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, ...