Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanebdavis/modular-redux-todo-2020
Implementing the basic ToDo app using the Modular Redux design pattern
https://github.com/shanebdavis/modular-redux-todo-2020
Last synced: 26 days ago
JSON representation
Implementing the basic ToDo app using the Modular Redux design pattern
- Host: GitHub
- URL: https://github.com/shanebdavis/modular-redux-todo-2020
- Owner: shanebdavis
- Created: 2019-12-27T06:02:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T23:10:42.000Z (about 5 years ago)
- Last Synced: 2024-11-08T10:51:48.543Z (3 months ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modular Redux Design Pattern Example: ToDo
> 107 lines in 5 JS files
Using only plain Redux and plain React, the modular-redux design pattern has many benefits:
* 40% less code
* 45% less files# Based off of redux-hooks-todo-2019
> 170 lines in 9 JS files
* https://github.com/sunil-sandhu/redux-hooks-todo-2019
* Plain Redux + react-redux hooks