Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adam-robson/reducer-shopping-list

This repository is a build of a shopping list using Reducers to manage the state throughout the program. Reducers can be used to manage complex webs of state at scale. In contrast to the useState model, with which complex state can quickly become unmanageable.
https://github.com/adam-robson/reducer-shopping-list

Last synced: 9 days ago
JSON representation

This repository is a build of a shopping list using Reducers to manage the state throughout the program. Reducers can be used to manage complex webs of state at scale. In contrast to the useState model, with which complex state can quickly become unmanageable.

Awesome Lists containing this project