DEV Community

Discussion on: Enhancing useReducer.

Collapse
 
stereoplegic profile image
Mike Bybee

Interesting. I don't think I've had a chance to play with unstable_batchedUpdates yet (in my own code, maybe with a third party lib).

I figured useRef was how you set up the selector capability (I've been thinking of doing with React context), and I was right.

Nice project.