Skip to content

Commit dcd6f84

Browse files
committed
Remove NuclearJS section
1 parent 95ad9ea commit dcd6f84

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ A collection of awesome things regarding React ecosystem.
6060
- [Flux Implementations](#flux-implementations)
6161
- [Flux Tutorials](#flux-tutorials)
6262
- [Redux Tutorials](#redux-tutorials)
63-
- [NuclearJS Tutorials](#nuclearjs-tutorials)
6463
- [Testing](#testing)
6564
- [Jest General Resources](#jest-general-resources)
6665
- [Testing Utilities](#testing-utilities)
@@ -720,17 +719,14 @@ A collection of awesome things regarding React ecosystem.
720719
* [React with Flux by example - a simple Todo List dissected](http://reactkungfu.com/2015/07/react-with-flux-by-example-simple-todo-list-dissected/)
721720
* [Awesome Redux](https://github.com/xgrommx/awesome-redux)
722721
* [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)
723723

724724
#### Redux Tutorials
725725
* [Redux Tutorial](https://github.com/happypoulp/redux-tutorial)
726726
* [Free Egghead.io Redux lessons from its creator - Dan Abramov](https://egghead.io/series/getting-started-with-redux)
727727
* [Mastering React Redux Basics](https://www.stanleycyang.com/tutorials/mastering-react-redux)
728728
* [Server-Side Rendering with Redux and React-Router](https://www.codementor.io/reactjs/tutorial/redux-server-rendering-react-router-universal-web-app)
729729

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-
734730

735731
---
736732
### Testing
@@ -749,6 +745,7 @@ A collection of awesome things regarding React ecosystem.
749745
* [Approaches to testing React components - an overview](http://reactkungfu.com/2015/07/approaches-to-testing-react-components-an-overview/)
750746
* [Testing React Components with Teaspoon & Unexpected](http://dchambers.github.io/articles/testing-react-components-with-teaspoon-and-unexpected/)
751747

748+
752749
---
753750
### React Native
754751
> Framework for building native apps using React

0 commit comments

Comments
 (0)