Skip to content

Commit dccefdc

Browse files
committed
Update README with hot reloading example and add TODO
1 parent 4140ae4 commit dccefdc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NuclearJS
1+
NuclearJS
22

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

4142
## How NuclearJS differs from other Flux implementations
4243

TODO.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
TODO for `1.3.0`
2+
===
3+
4+
- [ ] add documentation for all new reactor options
5+
- [ ] link the nuclear-js package from the hot reloadable example
6+
- [ ] link `0.3.0` of `nuclear-js-react-addons` in hot reloadable example
7+
- [ ] add `nuclear-js-react-addons` link in example and documentation
8+
- [ ] publish doc site
9+

0 commit comments

Comments
 (0)