Skip to content

Commit 7541388

Browse files
committed
Update README.md
1 parent 64c52eb commit 7541388

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ Open: `http://localhost:8080`
2525

2626
* For using experimental ES7 code in `Jest` tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
2727

28-
* The workflow and communication between components is built using `Reflux` (https://github.com/spoike/refluxjs), a slighty modified (improved) Flux paradigm.
28+
* The workflow and communication between components is built using `Reflux` (https://github.com/spoike/refluxjs), a slighty modified (improved) Flux paradigm. See: http://blog.krawaller.se/posts/reflux-refinement/
2929

3030
* Unit testing is provided by (recomended by Facebook) `Jest` library (https://facebook.github.io/jest/)
3131

3232
* The example is using Bootstrap 3 React components thanks to `react-bootstrap` (http://react-bootstrap.github.io/).
3333

3434
Todo:
3535

36+
* Add more unit tests showing `Jest` testing ES5/ES7 code.
37+
* Add `react-router` (https://github.com/rackt/react-router) for full SPA
3638
* Add `Semantic-UI` (http://semantic-ui.com/).There is a promising `react-semantify` (http://react-components.com/component/react-semantify) library, but it is not as mature as `react-bootstrap`, yet.
3739
* Add `Yeoman` project with options to choose SASS/Less/Stylus and Bootstrap/Semantic-UI
38-
* Add more unit tests showing `Jest` testing ES5/ES7 code.
3940

0 commit comments

Comments
 (0)