Skip to content

Commit 15249f1

Browse files
committed
Update README.md
1 parent c95ff14 commit 15249f1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Example of AMD based project using React + Reflux + routing + ES6 with experimental ES7 syntax + Semantic-UI
66

7+
* All JavaScript files are transpiled with [6to5](https://6to5.org/) library with enabled [experimental ES7 syntax](https://6to5.org/features.html).
8+
* For using experimental ES7 code in [Jest](http://facebook.github.io/jest/docs/tutorial-react.html) tests, the project is using [my fork](https://github.com/hipertracker/6to5-jest) of `6to5-jest` package.
9+
* The workflow and communication between components is built using [Reflux](https://github.com/spoike/refluxjs), a slighty [improved](http://blog.krawaller.se/posts/reflux-refinement/) Flux paradigm.
10+
* Unit testing is provided by [Jest](https://facebook.github.io/jest/).
11+
* Using [Semantic-UI](http://semantic-ui.com/) framework with React components ([react-semantify](http://react-components.com/component/react-semantify)).
12+
713
## Install
814

915
```
@@ -37,14 +43,6 @@ $ npm test
3743

3844
Currently just a simple example of using unit tests in React for files using ES6/ES7 syntax.
3945

40-
## Details
41-
42-
* All JavaScript files are transpiled with [6to5](https://6to5.org/) library with enabled [experimental ES7 syntax](https://6to5.org/features.html).
43-
* For using experimental ES7 code in [Jest](http://facebook.github.io/jest/docs/tutorial-react.html) tests, the project is using [my fork](https://github.com/hipertracker/6to5-jest) of `6to5-jest` package.
44-
* The workflow and communication between components is built using [Reflux](https://github.com/spoike/refluxjs), a slighty [improved](http://blog.krawaller.se/posts/reflux-refinement/) Flux paradigm.
45-
* Unit testing is provided by [Jest](https://facebook.github.io/jest/).
46-
* Using [Semantic-UI](http://semantic-ui.com/) framework with React components ([react-semantify](http://react-components.com/component/react-semantify)).
47-
4846
## Todo
4947

5048
* Add more unit tests showing [Jest](http://facebook.github.io/jest/) testing ES5/ES7 code.

0 commit comments

Comments
 (0)