Chapter 10. Redux application architecture
This chapter covers
- Redux actions, stores, reducers, and middleware
- Simple testing of Redux actions, stores, reducers, and middleware
By this point, you can create React applications that are tested, handle dynamic data, accept user input, and can communicate with remote APIs. That’s a lot and covers most of what a typical web app will do; you may feel like the only thing left to do is practice. Putting your skills to use will help you master React, but there’s still an important area you’ll need to cover to build larger, more complex applications: application architecture. Application architecture is “the process of defining a structured solution that meets all of the technical and operational requirements, ...
Get React in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.