@@ -23,7 +23,6 @@ A collection of awesome things regarding React ecosystem.
23
23
- [ React and Datatables] ( #react-and-datatables )
24
24
- [ React and Haskell] ( #react-and-haskell )
25
25
- [ React and SocketIO] ( #react-and-socketio )
26
- - [ React and Zeroclipboard] ( #react-and-zeroclipboard )
27
26
- [ Server-Client with React] ( #server-client-with-react )
28
27
- [ Server Side Rendering] ( #server-side-rendering )
29
28
- [ Compiling React Tutorials] ( #compiling-react-tutorials )
@@ -130,15 +129,10 @@ A collection of awesome things regarding React ecosystem.
130
129
#### React Tutorials
131
130
132
131
##### React General Tutorials
133
- * [ The ReactJS Bible] ( https://www.stanleycyang.com/tutorials/the-reactjs-bible )
134
- * [ Building Applications with React and Flux on Pluralsight] ( http://www.pluralsight.com/courses/react-flux-building-applications )
135
- * [ Building A Simple React Application Using The Flux Pattern: A Step-By-Step Guide] ( http://tonyspiro.com/building-a-simple-react-application-using-the-flux-pattern/ )
136
132
* [ React Tutorial] ( https://facebook.github.io/react/docs/tutorial.html )
133
+ * [ The ReactJS Bible] ( https://www.stanleycyang.com/tutorials/the-reactjs-bible )
137
134
* [ React.js Koans: Practical exercises that will help you learn React.js from square one] ( https://github.com/arkency/reactjs_koans )
138
- * [ React PhoneCat: Rewriting the AngularJS Tutorial App in React] ( http://jgebhardt.github.io/blog/react-phonecat/ )
139
- * [ Building a board game with React.js] ( http://jjt.io/2014/07/30/building-a-board-game-with-react-js/ )
140
- * [ Trying Out ReactJS With the Marvel API] ( http://ryanlanciaux.github.io/blog/2014/05/26/trying-out-reactjs-with-the-marvel-api/ )
141
- * [ Creating Chrome Extensions with React] ( http://brandontilley.com/2014/02/24/creating-chrome-extensions-with-react.html )
135
+ * [ A gentle introduction to React Motion] ( https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459 )
142
136
* [ Working with jQuery UI Dialog and ReactJS components] ( http://sterling.ghost.io/working-with-jqueryui-and-reactjs-components/ )
143
137
* [ Using ReactJS and KendoUI Together] ( http://ifandelse.com/using-reactjs-and-kendoui-together/ )
144
138
* [ Building dynamic forms with Facebook React] ( http://www.dustingetz.com/2014/02/18/react-dynamic-forms.html )
@@ -268,9 +262,6 @@ A collection of awesome things regarding React ecosystem.
268
262
* [ Socket.IO integration example inside of a single React component] ( https://gist.github.com/petehunt/5687230 )
269
263
* [ Socket.IO integration employing separation of concerns] ( https://gist.github.com/petehunt/5687276 )
270
264
271
- ##### React and Zeroclipboard
272
- * [ React and Zeroclipboard] ( https://github.com/wyvernnot/react-zeroclipboard-example )
273
-
274
265
##### Server-Client with React
275
266
* [ Server/Client With React, Part 1: Getting Started] ( http://eflorenzano.com/blog/2014/04/09/react-part-1-getting-started/ )
276
267
* [ Server/Client With React, Part 2: The Build System] ( http://eflorenzano.com/blog/2014/04/10/react-part-2-build-system/ )
0 commit comments