Riduce: get rid of your reducer boilerplate!
I gave a talk introducing Riduce at React Global Online Summit 2020.
There is a full recording of the talk available on YouTube, below:
https://youtu.be/QsWTdTrOhF4
- Talk starts - background on Redux and useReducer: 1.20
- Common flux architecture on Redux and useReducer: 3.30
- Main structure / agenda of talk: 6.59
- Exploring the pain points of reducer boilerplate: 8.00
- What if we could get rid of reducer boilerplate? 15.05
- Zero hassle (two lines of code to set up; reduce anywhere in your state tree): 16.01
- Scales flexibly (use custom reducer logic; write once, reduce anywhere): 22.21
- Strongly typed (typed action creators, typed reducer logic): 30.50