Skip to content

Commit b234853

Browse files
committed
Clean
1 parent 0b05242 commit b234853

File tree

1 file changed

+5
-33
lines changed

1 file changed

+5
-33
lines changed

README.md

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -130,49 +130,21 @@ A collection of awesome things regarding React ecosystem.
130130

131131
##### React General Tutorials
132132
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
133-
* [The ReactJS Bible](https://www.stanleycyang.com/tutorials/the-reactjs-bible)
133+
* [React Primer](https://github.com/mikechau/react-primer-draft)
134134
* [React.js Koans: Practical exercises that will help you learn React.js from square one](https://github.com/arkency/reactjs_koans)
135-
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
136-
* [Working with jQuery UI Dialog and ReactJS components](http://sterling.ghost.io/working-with-jqueryui-and-reactjs-components/)
137-
* [Using ReactJS and KendoUI Together](http://ifandelse.com/using-reactjs-and-kendoui-together/)
138-
* [Building dynamic forms with Facebook React](http://www.dustingetz.com/2014/02/18/react-dynamic-forms.html)
139-
* [React Tutorial: Two way data binding](http://voidcanvas.com/react-tutorial-two-way-data-binding/)
140-
* [Simplifying Code with React](http://www.kevindangoor.com/2014/05/simplifying-code-with-react/)
141-
* [A React.js case study follow-up](http://blog.krawaller.se/posts/a-react-js-case-study-follow-up/)
142-
* [Scroll Position with React](http://blog.vjeux.com/2013/javascript/scroll-position-with-react.html)
143-
* [Component Interop With React And Custom Elements](http://addyosmani.com/blog/component-interop-with-react-and-custom-elements/)
144-
* [Getting Started with React.js: Creating Material Design Components](http://www.syncano.com/getting-started-reactjs-tutorial/)
145-
* [Using Firebase with ReactJS](https://www.firebase.com/blog/2014-05-01-using-firebase-with-react.html)
146-
* [5 Practical Examples For Learning The React Framework](http://tutorialzine.com/2014/07/5-practical-examples-for-learning-facebooks-react-framework/)
147135
* [ReactJS for Stupid People](http://blog.andrewray.me/reactjs-for-stupid-people/)
148-
* [WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
136+
* [The ReactJS Bible](https://www.stanleycyang.com/tutorials/the-reactjs-bible)
137+
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
149138
* [Learn React by building the Hacker News front page](https://github.com/mking/react-hn)
150-
* [Play Framework and Facebook's React library](http://matthiasnehlsen.com/blog/2014/01/05/play-framework-and-facebooks-react-library/)
151-
* [Taking React to the next level: Mixins, Gulp, and Browserify](http://pomax.github.io/?#gh-weblog-1420592591221)
152-
* [Getting Started with React](http://ryanclark.me/getting-started-with-react/)
139+
* [WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
153140
* [React Tips and Best Practices](http://aeflash.com/2015-02/react-tips-and-best-practices.html)
154141
* [Building a Stateless Rails API with React and Twitter OAuth](http://fredguest.com/2015/03/06/building-a-stateless-rails-api-with-react-and-twitter-oauth/)
155-
* [React Primer](https://github.com/mikechau/react-primer-draft)
156-
* [React Mixins Explained By Example](http://simblestudios.com/blog/development/react-mixins-by-example.html)
157-
* [Best practices for building large React applications](http://blog.siftscience.com/blog/2015/best-practices-for-building-large-react-applications)
158-
* [A Sortable List Component in React utilizing the HTML5 Drag & Drop API](http://webcloud.se/sortable-list-component-react-js/)
159-
* [Set State in Callbacks in React](http://jaketrent.com/post/set-state-in-callbacks-in-react/)
160-
* [Send Props to Children in React](http://jaketrent.com/post/send-props-to-children-react/)
161-
* [React Components for Cat Videos](http://davidandsuzi.com/react-components-for-cat-videos/)
142+
* [Mixins Are Dead. Long Live Composition](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750)
162143
* [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component)
163-
* [Complex Drag and Drop Lists using React.js](https://reactjsnews.com/complex-drag-and-drop-lists-using-react/)
164144
* [The Future of Drag and Drop APIs](https://medium.com/@dan_abramov/the-future-of-drag-and-drop-apis-249dfea7a15f)
165-
* [Coding with React like a Game Developer](https://medium.com/@PhilPlckthun/coding-with-react-like-a-game-developer-e39ffaed1643)
166-
* [Navigating the React Ecosystem](http://www.toptal.com/react/navigating-the-react-ecosystem)
167145
* [React.js Introduction For People Who Know Just Enough jQuery To Get By](http://reactfordesigners.com/labs/reactjs-introduction-for-people-who-know-just-enough-jquery-to-get-by/)
168-
* [How do I react? Basics & Building an app from scratch](https://github.com/foundersandcoders/begin_react_workshop)
169-
* [React JS Tutorial and Guide to the Gotchas](https://zapier.com/engineering/react-js-tutorial-guide-gotchas/)
170-
* [BirdWatch: AngularJS vs. ReactJS](http://matthiasnehlsen.com/blog/2014/03/31/birdwatch-with-reactjs/)
171-
* [Removing User Interface Complexity, or Why React is Awesome](http://jlongster.com/Removing-User-Interface-Complexity%2C-or-Why-React-is-Awesome)
172146
* [Pros and Cons of using immutability with React.js](http://reactkungfu.com/2015/08/pros-and-cons-of-using-immutability-with-react-js/)
173147
* [Boiling React Down to a Few Lines of jQuery](http://hackflow.com/blog/2015/03/08/boiling-react-down-to-few-lines-in-jquery/)
174-
* [Easier UI Reasoning with Unidirectional Dataflow and Immutable Data - Using React.js and Omniscient.js](http://open.bekk.no/easier-reasoning-with-unidirectional-dataflow-and-immutable-data)
175-
* [Using React.js with Salesforce](http://www.oyecode.com/2015/09/getting-started-with-reactjs-and.html)
176148

177149
##### Isomorphic Apps
178150
* [isomorphic-tutorial - Tutorial app to demonstrate isomorphic JavaScript concepts](https://github.com/spikebrehm/isomorphic-tutorial)

0 commit comments

Comments
 (0)