Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
enaqx committed Feb 3, 2016
1 parent 0b05242 commit b234853
Showing 1 changed file with 5 additions and 33 deletions.
38 changes: 5 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,49 +130,21 @@ A collection of awesome things regarding React ecosystem.

##### React General Tutorials
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
* [The ReactJS Bible](https://www.stanleycyang.com/tutorials/the-reactjs-bible)
* [React Primer](https://github.com/mikechau/react-primer-draft)
* [React.js Koans: Practical exercises that will help you learn React.js from square one](https://github.com/arkency/reactjs_koans)
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
* [Working with jQuery UI Dialog and ReactJS components](http://sterling.ghost.io/working-with-jqueryui-and-reactjs-components/)
* [Using ReactJS and KendoUI Together](http://ifandelse.com/using-reactjs-and-kendoui-together/)
* [Building dynamic forms with Facebook React](http://www.dustingetz.com/2014/02/18/react-dynamic-forms.html)
* [React Tutorial: Two way data binding](http://voidcanvas.com/react-tutorial-two-way-data-binding/)
* [Simplifying Code with React](http://www.kevindangoor.com/2014/05/simplifying-code-with-react/)
* [A React.js case study follow-up](http://blog.krawaller.se/posts/a-react-js-case-study-follow-up/)
* [Scroll Position with React](http://blog.vjeux.com/2013/javascript/scroll-position-with-react.html)
* [Component Interop With React And Custom Elements](http://addyosmani.com/blog/component-interop-with-react-and-custom-elements/)
* [Getting Started with React.js: Creating Material Design Components](http://www.syncano.com/getting-started-reactjs-tutorial/)
* [Using Firebase with ReactJS](https://www.firebase.com/blog/2014-05-01-using-firebase-with-react.html)
* [5 Practical Examples For Learning The React Framework](http://tutorialzine.com/2014/07/5-practical-examples-for-learning-facebooks-react-framework/)
* [ReactJS for Stupid People](http://blog.andrewray.me/reactjs-for-stupid-people/)
* [WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
* [The ReactJS Bible](https://www.stanleycyang.com/tutorials/the-reactjs-bible)
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
* [Learn React by building the Hacker News front page](https://github.com/mking/react-hn)
* [Play Framework and Facebook's React library](http://matthiasnehlsen.com/blog/2014/01/05/play-framework-and-facebooks-react-library/)
* [Taking React to the next level: Mixins, Gulp, and Browserify](http://pomax.github.io/?#gh-weblog-1420592591221)
* [Getting Started with React](http://ryanclark.me/getting-started-with-react/)
* [WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
* [React Tips and Best Practices](http://aeflash.com/2015-02/react-tips-and-best-practices.html)
* [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/)
* [React Primer](https://github.com/mikechau/react-primer-draft)
* [React Mixins Explained By Example](http://simblestudios.com/blog/development/react-mixins-by-example.html)
* [Best practices for building large React applications](http://blog.siftscience.com/blog/2015/best-practices-for-building-large-react-applications)
* [A Sortable List Component in React utilizing the HTML5 Drag & Drop API](http://webcloud.se/sortable-list-component-react-js/)
* [Set State in Callbacks in React](http://jaketrent.com/post/set-state-in-callbacks-in-react/)
* [Send Props to Children in React](http://jaketrent.com/post/send-props-to-children-react/)
* [React Components for Cat Videos](http://davidandsuzi.com/react-components-for-cat-videos/)
* [Mixins Are Dead. Long Live Composition](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750)
* [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component)
* [Complex Drag and Drop Lists using React.js](https://reactjsnews.com/complex-drag-and-drop-lists-using-react/)
* [The Future of Drag and Drop APIs](https://medium.com/@dan_abramov/the-future-of-drag-and-drop-apis-249dfea7a15f)
* [Coding with React like a Game Developer](https://medium.com/@PhilPlckthun/coding-with-react-like-a-game-developer-e39ffaed1643)
* [Navigating the React Ecosystem](http://www.toptal.com/react/navigating-the-react-ecosystem)
* [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/)
* [How do I react? Basics & Building an app from scratch](https://github.com/foundersandcoders/begin_react_workshop)
* [React JS Tutorial and Guide to the Gotchas](https://zapier.com/engineering/react-js-tutorial-guide-gotchas/)
* [BirdWatch: AngularJS vs. ReactJS](http://matthiasnehlsen.com/blog/2014/03/31/birdwatch-with-reactjs/)
* [Removing User Interface Complexity, or Why React is Awesome](http://jlongster.com/Removing-User-Interface-Complexity%2C-or-Why-React-is-Awesome)
* [Pros and Cons of using immutability with React.js](http://reactkungfu.com/2015/08/pros-and-cons-of-using-immutability-with-react-js/)
* [Boiling React Down to a Few Lines of jQuery](http://hackflow.com/blog/2015/03/08/boiling-react-down-to-few-lines-in-jquery/)
* [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)
* [Using React.js with Salesforce](http://www.oyecode.com/2015/09/getting-started-with-reactjs-and.html)

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

0 comments on commit b234853

Please sign in to comment.