jessewoo / todoApp

With Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This ToDo App was bootstrapped with Create React App.

This ToDo App has Redux implemented as the state management, the single source of truth.

In 2019, developers are utilizing the Context Api - at the parent level, you can set a context provider and any nested component can access that provider data. The use of Context and component level state should be sufficient.

About

With Redux


Languages

Language:JavaScript 83.2%Language:HTML 11.7%Language:CSS 5.1%