Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nartc/todomvc-ngrx-slice

TodoMVC with NgRX and NgRX Slice
https://github.com/nartc/todomvc-ngrx-slice

Last synced: 13 days ago
JSON representation

TodoMVC with NgRX and NgRX Slice

Awesome Lists containing this project

README

        

# TodoMVC with NgRx Slice

`ngrx-slice` is a library that helps you to write NgRx code in a more concise way, following Redux Toolkit's philosophy.

Check `todo/store/slice.ts` for implementation of the `TodoFeature`

## Standalone API

This repo uses Standalone API from Angular as well as NgRx.