Immer: Create the next immutable state by mutating the current one (JavaScript)
immer - Create the next immutable state by mutating the current one... (more…)
Read more »
Previously, I’ve talked about how to write a babel transformation, and I went one step deeper into Babel, by showing how you can create a custom JavaScript syntax, I demonstrated how Babel parses your code into AST, transforms it and generates back into c… Read more