Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

React Todos

A simple React todos app using a dispatcher and reducer approach but without Redux. Written for my book Thinking In React. It is solely intended as a learning example and is not a good starting point for an app. Checkout redux itself if you need a library that works like this app.

Collaborating on this React app:

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

Running / Development

Running Tests

  • nwb test will run the tests once
  • nwb test --server will run the tests on every change

Building

  • nwb build (production)
  • nwb build --set-env-NODE_ENV=development (development)

About

A simple React TodoMVC example

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages