Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

ReactN Todo Tutorial

This repository is a companion to a blog post walking through why developers may want to use ReactN instead of Redux for global state management.

Getting started

  • git clone https://github.com/Graphite-Docs/reactn-todo-example.git
  • cd reactn-todo-example
  • npm install
  • npm start