Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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