Skip to content

Commit cf81c96

Browse files
committed
Different updates
1 parent fbb5dd2 commit cf81c96

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ A collection of awesome things regarding React ecosystem.
99
- [React Online Playground](#react-online-playground)
1010
- [React Tutorials](#react-tutorials)
1111
- [React General Tutorials](#react-general-tutorials)
12-
- [Isomorphic Apps](#isomorphic-apps)
1312
- [Building Robust Web Apps with React](#building-robust-web-apps-with-react)
1413
- [Comprehensive Guide to Building Apps with React](#comprehensive-guide-to-building-apps-with-react)
1514
- [Scotch.io React tutorials series](#scotchio-react-tutorials-series)
@@ -94,7 +93,7 @@ A collection of awesome things regarding React ecosystem.
9493
- [Video Tutorials](#video-tutorials)
9594
- [Books](#books)
9695
- [Demos](#demos)
97-
- [Examples](#examples)
96+
- [Example Apps](#example-apps)
9897
- [Real Apps](#real-apps)
9998
- [Contribution](#contribution)
10099

@@ -128,26 +127,17 @@ A collection of awesome things regarding React ecosystem.
128127

129128
##### React General Tutorials
130129
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
131-
* [React Primer](https://github.com/mikechau/react-primer-draft)
130+
* [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component)
132131
* [React.js Koans: Practical exercises that will help you learn React.js from square one](https://github.com/arkency/reactjs_koans)
133132
* [The ReactJS Bible](https://www.stanleycyang.com/tutorials/the-reactjs-bible)
134-
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
133+
* [React Primer](https://github.com/mikechau/react-primer-draft)
134+
* [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/)
135+
* [Boiling React Down to a Few Lines of jQuery](http://hackflow.com/blog/2015/03/08/boiling-react-down-to-few-lines-in-jquery/)
135136
* [Learn React by building the Hacker News front page](https://github.com/mking/react-hn)
136-
* [WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)
137-
* [React Tips and Best Practices](http://aeflash.com/2015-02/react-tips-and-best-practices.html)
138-
* [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/)
139137
* [Mixins Are Dead. Long Live Composition](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750)
140-
* [ReactJS: Keep Simple. Everything can be a component!](https://speakerdeck.com/pedronauck/reactjs-keep-simple-everything-can-be-a-component)
141138
* [The Future of Drag and Drop APIs](https://medium.com/@dan_abramov/the-future-of-drag-and-drop-apis-249dfea7a15f)
142-
* [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/)
143-
* [Pros and Cons of using immutability with React.js](http://reactkungfu.com/2015/08/pros-and-cons-of-using-immutability-with-react-js/)
144-
* [Boiling React Down to a Few Lines of jQuery](http://hackflow.com/blog/2015/03/08/boiling-react-down-to-few-lines-in-jquery/)
145-
146-
##### Isomorphic Apps
147-
* [isomorphic-tutorial - Tutorial app to demonstrate isomorphic JavaScript concepts](https://github.com/spikebrehm/isomorphic-tutorial)
148-
* [isomorphic500 - Isomorphic JS app built with React and Fluxible](https://github.com/gpbl/isomorphic500)
139+
* [A gentle introduction to React Motion](https://medium.com/@nashvail/a-gentle-introduction-to-react-motion-dc50dd9f2459)
149140
* [Building Isomorphic Webapps on the JVM with React.js and Spring Boot](http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/)
150-
* [Server-Side Rendering with Redux and React-Router](https://www.codementor.io/reactjs/tutorial/redux-server-rendering-react-router-universal-web-app)
151141

152142
##### Building robust web apps with React
153143
* [Building robust web apps with React: Part 1](http://maketea.co.uk/2014/03/05/building-robust-web-apps-with-react-part-1.html)
@@ -452,7 +442,6 @@ A collection of awesome things regarding React ecosystem.
452442
* [react-slide-deck - For swipe, tabs, carousel, one page scroll. With animation hooks. tweening, tween callbacks](https://github.com/jl-/react-slide-deck)
453443
* [react-resizable-box - Resizable component for React](https://github.com/bokuweb/react-resizable-box)
454444
* [react-ios-switch - React switch component](https://github.com/clariussystems/react-ios-switch)
455-
* [react-motion-menu - Motion menu component powered by React Motion](https://github.com/bokuweb/react-motion-menu)
456445
* [react-listview-sticky-header - Turn listview with section headers that stick to the top](https://github.com/cht8687/react-listview-sticky-header)
457446
* [react-expandable-listview - Create listview with expandable section headers](https://github.com/cht8687/react-expandable-listview)
458447
* [react-keydown - Lightweight keydown wrapper for React components](https://github.com/glortho/react-keydown)
@@ -461,6 +450,7 @@ A collection of awesome things regarding React ecosystem.
461450
* [react-resizable-and-movable - Resizable and movable component for React](https://github.com/bokuweb/react-resizable-and-movable)
462451
* [react-sidebar - An app like sidebar for React including touch support](https://balloob.github.io/react-sidebar/example)
463452
* [react-motion - An spring-based animation library, similar to Rebound.js](https://github.com/chenglou/react-motion)
453+
* [react-motion-menu - Motion menu component powered by React Motion](https://github.com/bokuweb/react-motion-menu)
464454
* [sweetalert-react - Using sweetalert in React](https://github.com/chentsulin/sweetalert-react)
465455
* [React Joyride - Create walkthroughs, tours and tooltips for your apps](http://gilbarbara.github.io/react-joyride/)
466456
* [react-file-reader-input - Complete control over styling + abstraction from file reading](https://github.com/ngokevin/react-file-reader-input)
@@ -722,6 +712,7 @@ A collection of awesome things regarding React ecosystem.
722712

723713
#### Flux Tutorials
724714
* [Flux Application Architecture](http://facebook.github.io/flux/docs/overview.html)
715+
* [Flux: A simple architecture model to build Client-side apps](https://speakerdeck.com/pedronauck/flux-a-simple-architecture-model-to-build-client-side-apps)
725716
* [Isomorphic Flux examples using Dispatchr and Fetchr from Yahoo](https://github.com/yahoo/flux-examples)
726717
* [Async requests with React.js and Flux](http://www.code-experience.com/async-requests-with-react-js-and-flux-revisited/)
727718
* [Implementing Flux in CoffeeScript](http://jamesfriend.com.au/implementing-flux-coffeescript)
@@ -752,6 +743,7 @@ A collection of awesome things regarding React ecosystem.
752743
* [Redux Tutorial](https://github.com/happypoulp/redux-tutorial)
753744
* [Free Egghead.io Redux lessons from its creator - Dan Abramov](https://egghead.io/series/getting-started-with-redux)
754745
* [Mastering React Redux Basics](https://www.stanleycyang.com/tutorials/mastering-react-redux)
746+
* [Server-Side Rendering with Redux and React-Router](https://www.codementor.io/reactjs/tutorial/redux-server-rendering-react-router-universal-web-app)
755747

756748
#### NuclearJS Tutorials
757749
* [Front End Apps With Nuclearjs](http://tilomitra.com/front-end-apps-with-nuclearjs/)
@@ -1065,6 +1057,11 @@ A collection of awesome things regarding React ecosystem.
10651057
* [react-babel-webpack - CRUD demo app featuring React, React Router, Flux, Webpack, Bootstrap](https://github.com/arcseldon/react-babel-webpack-starter-app.git)
10661058

10671059

1060+
---
1061+
### Example Apps
1062+
* [isomorphic500 - Isomorphic JS app built with React and Fluxible](https://github.com/gpbl/isomorphic500)
1063+
1064+
10681065
---
10691066
### Real Apps
10701067
* [reddit/reddit-mobile](https://github.com/reddit/reddit-mobile)

0 commit comments

Comments
 (0)