Skip to content

Commit

Permalink
Update README with hot reloading example and add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangarcia committed Dec 23, 2015
1 parent 4140ae4 commit dccefdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NuclearJS
NuclearJS

[![Build Status](https://travis-ci.org/optimizely/nuclear-js.svg?branch=master)](https://travis-ci.org/optimizely/nuclear-js)
[![Coverage Status](https://coveralls.io/repos/optimizely/nuclear-js/badge.svg?branch=master)](https://coveralls.io/r/optimizely/nuclear-js?branch=master)
Expand Down Expand Up @@ -37,6 +37,7 @@ npm install nuclear-js
- [Shopping Cart Example](./examples/shopping-cart) - Provides a general overview of basic NuclearJS concepts: actions, stores and getters with ReactJS.
- [Flux Chat Example](./examples/flux-chat) - A classic Facebook flux chat example written in NuclearJS.
- [Rest API Example](./examples/rest-api) - Shows how to deal with fetching data from an API using NuclearJS conventions.
- [Hot reloadable stores](./examples/hot-reloading) - Shows how to setup stores to be hot reloadable using webpack hot module replacement.

## How NuclearJS differs from other Flux implementations

Expand Down
9 changes: 9 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
TODO for `1.3.0`
===

- [ ] add documentation for all new reactor options
- [ ] link the nuclear-js package from the hot reloadable example
- [ ] link `0.3.0` of `nuclear-js-react-addons` in hot reloadable example
- [ ] add `nuclear-js-react-addons` link in example and documentation
- [ ] publish doc site

0 comments on commit dccefdc

Please sign in to comment.