Why this project when there are already so many options to deal with async actions in Redux? Nick Balestra gives us some insight at this month's React London meetup!
By thinking of Redux actions as a data-flow we can understand why Observables can be used with React and Redux to manage asynchronous effects. In this talk I’ll shares how functional reactive programming can be used with Redux to manage asynchronous effects by introducing a new middleware that intercepts Redux actions and allows us to handle them using Cycle.js in a pure declarative and reactive way.
YOU MAY ALSO LIKE:
- Building JavaScript applications with functional and reactive streams (SkillsCast recorded in June 2017)
- Advanced JavaScript Workshop with Damjan Vujnovic (Online Course on 8th - 12th February 2021)
- React & Redux: Web Application Workshop with Damjan Vujnovic (Online Course on 3rd - 7th May 2021)
- FullStack eXchange 2021: The Conference on JavaScript & Node (Online Conference on 21st - 22nd July 2021)
- F# for a Real World E-commerce Project (SkillsCast recorded in October 2020)
- Nagareyama: a new Fable, faster, more powerful and easier to use (SkillsCast recorded in October 2020)
Redux-cycles: compose async actions in Redux using F&RP
Nick Balestra
Software Engineer OpenTable. Co-author of create-cycle-app and redux-cycles. Cycle.JS London & Functional JavaScript London co-organizer. Life is like an npm install.