Backbone's example TODO app with React JS
Components for views in place of Backbone.View
.
https://ssorallen.github.io/react-todos/
The demo uses local storage to save todos in the browser. The views are all rendered with React, which means there is no dependency on another DOM manipulation library like jQuery.
-
Clone this repository
-
Install dependencies
$ yarn install
-
Run the local server
$ yarn start
-
See the running app at http://localhost:3000
The great little todo list favicon comes from Typicons.