Introduction to RxJS Patterns in React Part 2/2

Introduction to RxJS Patterns in React Part 2/2

1.493 Lượt nghe
Introduction to RxJS Patterns in React Part 2/2
Introduction to RxJS Patterns in React features a conversation among hosts Tracy Lee, RxJS Core Team Member, and Chris Trześniewski, Software Engineer at This Dot Labs, as well as guests Jay Phelps, Senior Software Engineer at Netflix, and Ben Lesh, Author of RxJS. In the second episode we've covered more complex usages of RxJS in a React app. We've focused on using RxJS to manage side effects in an app built with a global state eg. Redux using redux-observable library. Jay Phelps has explained how the Redux interaction model can be easily translated to RxJS world. Additionally we've discussed when using redux-obsevable might be a good fit for the application and when it might be to heavy and complicated. Topics include: - redux-observable introduction - when and when not to use it - example patterns and anti-patterns