Skip to content

Commit 6785c1a

Browse files
committed
Add supporting JSX to eslint issue thread
1 parent 331c341 commit 6785c1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A collection of awesome React tools, resources, videos and shiny things.
88
- [General Tutorials](#general-tutorials)
99
- [Writing React Components](#writing-react-components)
1010
- [Writing Isomorphic Apps](#writing-isomorphic-apps)
11-
- [JSX Tutorials](#jsx-tutorials)
11+
- [JSX](#jsx)
1212
- [Flux Tutorials](#flux-tutorials)
1313
- [Building Robust Web Apps with React](#building-robust-web-apps-with-react)
1414
- [React and Backbone](#react-and-backbone)
@@ -120,14 +120,15 @@ A collection of awesome React tools, resources, videos and shiny things.
120120
* [Swarm.js+React — real-time, offline-ready Holy Grail web apps](http://swarmjs.github.io/articles/todomvc/)
121121
* [Creating Isomorphic apps with React and Node.js](http://www.htmlxprs.com/post/20/creating-isomorphic-apps-with-react-and-nodejs)
122122

123-
##### JSX Tutorials
123+
##### JSX
124124
* [JSX Specification](http://facebook.github.io/jsx/)
125125
* [JSX in Depth](http://facebook.github.io/react/docs/jsx-in-depth.html)
126126
* [JSX extensions to Mozilla AST Format](https://github.com/facebook/jsx/blob/master/AST.md)
127127
* [Compiling JSX with Sweet.js using Readtables](http://jlongster.com/Compiling-JSX-with-Sweet.js-using-Readtables)
128128
* [JSX for the real DOM](http://blog.vjeux.com/2013/javascript/jsx-for-the-real-dom.html)
129129
* [JSX: E4X The Good Parts](http://blog.vjeux.com/2013/javascript/jsx-e4x-the-good-parts.html)
130130
* [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)
131132

132133
##### Flux Tutorials
133134
* [Flux Application Architecture](http://facebook.github.io/react/docs/flux-overview.html)

0 commit comments

Comments
 (0)