@@ -60,7 +60,6 @@ A collection of awesome things regarding React ecosystem.
60
60
- [ Flux Implementations] ( #flux-implementations )
61
61
- [ Flux Tutorials] ( #flux-tutorials )
62
62
- [ Redux Tutorials] ( #redux-tutorials )
63
- - [ NuclearJS Tutorials] ( #nuclearjs-tutorials )
64
63
- [ Testing] ( #testing )
65
64
- [ Jest General Resources] ( #jest-general-resources )
66
65
- [ Testing Utilities] ( #testing-utilities )
@@ -720,17 +719,14 @@ A collection of awesome things regarding React ecosystem.
720
719
* [ React with Flux by example - a simple Todo List dissected] ( http://reactkungfu.com/2015/07/react-with-flux-by-example-simple-todo-list-dissected/ )
721
720
* [ Awesome Redux] ( https://github.com/xgrommx/awesome-redux )
722
721
* [ FOR FLUX SAKE! - a beginners tutorial] ( https://github.com/MIJOTHY/FOR_FLUX_SAKE )
722
+ * [ Simple Counter App with React and Nuclear JS] ( https://github.com/haochuan/random-notes/blob/master/react/couter-app-with-react-nuclear.md )
723
723
724
724
#### Redux Tutorials
725
725
* [ Redux Tutorial] ( https://github.com/happypoulp/redux-tutorial )
726
726
* [ Free Egghead.io Redux lessons from its creator - Dan Abramov] ( https://egghead.io/series/getting-started-with-redux )
727
727
* [ Mastering React Redux Basics] ( https://www.stanleycyang.com/tutorials/mastering-react-redux )
728
728
* [ Server-Side Rendering with Redux and React-Router] ( https://www.codementor.io/reactjs/tutorial/redux-server-rendering-react-router-universal-web-app )
729
729
730
- #### NuclearJS Tutorials
731
- * [ Front End Apps With Nuclearjs] ( http://tilomitra.com/front-end-apps-with-nuclearjs/ )
732
- * [ Simple Counter App with React and Nuclear JS] ( https://github.com/haochuan/random-notes/blob/master/react/couter-app-with-react-nuclear.md )
733
-
734
730
735
731
---
736
732
### Testing
@@ -749,6 +745,7 @@ A collection of awesome things regarding React ecosystem.
749
745
* [ Approaches to testing React components - an overview] ( http://reactkungfu.com/2015/07/approaches-to-testing-react-components-an-overview/ )
750
746
* [ Testing React Components with Teaspoon & Unexpected] ( http://dchambers.github.io/articles/testing-react-components-with-teaspoon-and-unexpected/ )
751
747
748
+
752
749
---
753
750
### React Native
754
751
> Framework for building native apps using React
0 commit comments