🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Immer is a tiny package that allows you to work with immutable data structures with unprecedented ease. It doesnt require learning new data structures or update APIs, but instead creates a temporarily shadow tree which can be modified using the standard JavaScript APIs. The shadow tree will be used to generate your next immutable state tree. Join this talk to see how to write your reducers in a much more readable way, with half the code and without requiring additional large libraries.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.