Skip to content

tigerabrodi/immer-from-scratch

Repository files navigation

Immer from scratch

A scoped implementation of Immer from scratch to understand the core concepts.

Core file

src/lib/core.ts

Why should someone use immer?

Read here: Why use Immer for state updates?.

How produce works

Screenshot 2025-02-21 at 07 57 01

How to run

git clone git@github.com:tigerabrodi/immer-from-scratch.git
pnpm install
pnpm test

About

Immer from scratch to learn the core concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published