ngrx-immer-example

Stars
18

Playground to use Immer with NgRx or NGXS.

Used as example in the following posts:

You can take a look at the other implementations by switching branches:

  • use the ngrx branch for the 'default' NgRx implementation.
  • use the ngrx-immer branch for the Immer NgRx implementation.
  • use the ngxs branch for the 'default' NGXS implementation.
  • use the ngxs-immer branch for the Immer NGXS implementation.