Skip to content

Commit 93fc590

Browse files
committed
Update README with examples and re-organize
1 parent fceaeff commit 93fc590

15 files changed

+12409
-12244
lines changed

NEXT.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
- [x] Flux chat example written in NuclearJS (only need README)
55
- [x] Implement `flux.ReactMixin` as part of NuclearJS
66
- [x] Test `flux.ReactMixin`
7+
- [x] Dedupe docs and make sure they are organized
8+
- [x] Document module pattern and prescribed way of testing NuclearJS modules
9+
- [x] Document util methods such as `toImmutable`
10+
- [ ] Ensure that flux.observe is called correctly when using mutable POJO data
711
- [ ] Create release documentation with API breaking changes and migration guide
8-
- [ ] Dedupe docs and make sure they are organized
912

1013
## Planned for 0.6.1
11-
- [ ] Document module pattern and prescribed way of testing NuclearJS modules
14+
- [ ] Implement code coverage and add badge
15+
- [ ] Implement travis CI and add test passing badge
16+
- [ ] Add npm badge
1217
- [ ] Explain `getters` with diagram as functional lenses
1318
- [ ] Polyfill all lodash methods in `utils` taken from 0.5.0 (only need `deepClone` and `isObject`)
14-
- [ ] Document util methods such as `toImmutable`
15-
- [ ] Implement code coverage and put badge on README

0 commit comments

Comments
 (0)