Production Grade Redux
Details
Among the countless ways to structure a React application, Redux offers predictability and consistency but also unique challenges and considerations.
This talk will highlight the tools and techniques our team has used to build complex user interfaces on top of the simple yet powerful pattern offered by Redux.
Topics will include:
• Brief introduction to Redux & tech demo
• Structuring normalized Redux state
• Querying state using Reselect
• Managing side-effects and asynchronous actions with Redux Saga
