DEV Community

Leigh Halliday
Leigh Halliday

Posted on

Combining useContext with useReducer (video)

This is a powerful pattern which gives you a lot of the functionality that Redux provides, with just 2 hooks that come built-in to React.

Source code available here: Code available at: https://github.com/leighhalliday/demo-infinite-scroll/blob/master/src/WithContext.js

Top comments (0)