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
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ npm install nuclear-js
34
34
35
35
## Examples
36
36
37
-
-[Shopping Cart Example](./examples/shopping-cart)- General overview of NuclearJS concepts: actions, stores and getters with ReactJS
38
-
-[Flux Chat Example](./examples/flux-chat)- classic facebook flux chat example written in NuclearJS
39
-
-[Rest API Example](./examples/rest-api)- shows how to deal with fetching data from an API using NuclearJS conventions
37
+
-[Shopping Cart Example](./examples/shopping-cart)general overview of NuclearJS concepts: actions, stores and getters with ReactJS.
38
+
-[Flux Chat Example](./examples/flux-chat) classic facebook flux chat example written in NuclearJS.
39
+
-[Rest API Example](./examples/rest-api) shows how to deal with fetching data from an API using NuclearJS conventions.
40
40
41
41
## How NuclearJS differs from other Flux implementations
42
42
@@ -64,8 +64,8 @@ You can read more of the implementation here: [src/evaluator.js](./src/evaluator
64
64
65
65
## For Smaller Applications
66
66
67
-
NuclearJS was designed first and foremore for large scale production codebases. For a much more lightweight Flux implementation that shares many of the same ideas and design principles of NuclearJS check out [Microcosm](https://github.com/vigetlabs/microcosm)
67
+
NuclearJS was designed first and foremore for large scale production codebases. For a much more lightweight Flux implementation that shares many of the same ideas and design principles check out [Microcosm](https://github.com/vigetlabs/microcosm).
68
68
69
69
## Contributing
70
70
71
-
Contributions are welcome, especially with the documentation website and examples. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
71
+
Contributions are welcome, especially with the documentation website and examples. See [CONTRIBUTING.md](./CONTRIBUTING.md).
0 commit comments