You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,16 @@ Open: `http://localhost:8080`
25
25
26
26
* For using experimental ES7 code in `Jest` tests, the project is using my fork of `6to5-jest`package (https://github.com/hipertracker/6to5-jest)
27
27
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/
29
29
30
30
* Unit testing is provided by (recomended by Facebook) `Jest` library (https://facebook.github.io/jest/)
31
31
32
32
* The example is using Bootstrap 3 React components thanks to `react-bootstrap` (http://react-bootstrap.github.io/).
33
33
34
34
Todo:
35
35
36
+
* Add more unit tests showing `Jest` testing ES5/ES7 code.
37
+
* Add `react-router` (https://github.com/rackt/react-router) for full SPA
36
38
* 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.
37
39
* 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.
0 commit comments