nerfologist / react_redux_todos

An extremely simple Todos app in React/Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React/Redux todo app

Minimal app to showcase interaction between React and Redux.

Showcases the following concepts:

  • redux:
    • store
    • actions
      • passing actions to components as props
    • reducer
      • combining reducers
  • react:
    • functional components
  • react-redux
    • provider
    • container

How to use

npm install
npm serve

(head over to localhost:8080)

Changelog

v0.0.3: Handle steps. Store state in localStorage across refreshes.

v0.0.2: Toggle todo detail view w/ todo body when clicking todo title.

v0.0.1: Basic redux + react todo manager. Add, remove, toggle todos.

About

An extremely simple Todos app in React/Redux


Languages

Language:JavaScript 97.7%Language:HTML 2.1%Language:CSS 0.2%