@@ -8,7 +8,7 @@ A collection of awesome React tools, resources, videos and shiny things.
8
8
- [ General Tutorials] ( #general-tutorials )
9
9
- [ Writing React Components] ( #writing-react-components )
10
10
- [ Writing Isomorphic Apps] ( #writing-isomorphic-apps )
11
- - [ JSX Tutorials ] ( #jsx-tutorials )
11
+ - [ JSX] ( #jsx )
12
12
- [ Flux Tutorials] ( #flux-tutorials )
13
13
- [ Building Robust Web Apps with React] ( #building-robust-web-apps-with-react )
14
14
- [ React and Backbone] ( #react-and-backbone )
@@ -120,14 +120,15 @@ A collection of awesome React tools, resources, videos and shiny things.
120
120
* [ Swarm.js+React — real-time, offline-ready Holy Grail web apps] ( http://swarmjs.github.io/articles/todomvc/ )
121
121
* [ Creating Isomorphic apps with React and Node.js] ( http://www.htmlxprs.com/post/20/creating-isomorphic-apps-with-react-and-nodejs )
122
122
123
- ##### JSX Tutorials
123
+ ##### JSX
124
124
* [ JSX Specification] ( http://facebook.github.io/jsx/ )
125
125
* [ JSX in Depth] ( http://facebook.github.io/react/docs/jsx-in-depth.html )
126
126
* [ JSX extensions to Mozilla AST Format] ( https://github.com/facebook/jsx/blob/master/AST.md )
127
127
* [ Compiling JSX with Sweet.js using Readtables] ( http://jlongster.com/Compiling-JSX-with-Sweet.js-using-Readtables )
128
128
* [ JSX for the real DOM] ( http://blog.vjeux.com/2013/javascript/jsx-for-the-real-dom.html )
129
129
* [ JSX: E4X The Good Parts] ( http://blog.vjeux.com/2013/javascript/jsx-e4x-the-good-parts.html )
130
130
* [ Testing Flux Applications] ( http://facebook.github.io/react/blog/2014/09/24/testing-flux-applications.html )
131
+ * [ JSX support in eslint] ( https://github.com/eslint/eslint/issues/1291 )
131
132
132
133
##### Flux Tutorials
133
134
* [ Flux Application Architecture] ( http://facebook.github.io/react/docs/flux-overview.html )
0 commit comments