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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,21 @@ $ http-server dist/
20
20
```
21
21
22
22
Open: `http://localhost:8080`
23
+
24
+
* All JavaScript files are transpiled with 6to5 library with enabled experimental ES7 (see: https://6to5.org/features.html).
25
+
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
+
28
+
* The workflow and communication between components is built using Reflux (https://github.com/spoike/refluxjs), a slighty modified Flux paradigm.
29
+
30
+
* Unit testing is provided by (recomended by Facebook) `Jest` library (https://facebook.github.io/jest/)
31
+
32
+
* The example is using Bootstrap 3 React components thanks to `react-bootstrap` (http://react-bootstrap.github.io/).
33
+
34
+
35
+
Todo:
36
+
37
+
* Add `Semantic-UI` (http://semantic-ui.com/). There is promising `react-semantify` (http://react-components.com/component/react-semantify) but it is not as mature as `react-bootstrap` yet.
38
+
* Add `Yeoman` project with options to choose SASS/Less/Stylus and Bootstrap/Semantic-UI
39
+
* Add more unit tests showing `Jest` testing ES5/ES7 code.
0 commit comments