An open API service indexing awesome lists of open source software.

https://github.com/willklein/react-resources


https://github.com/willklein/react-resources

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-resources

## Docs

[petehunt/react-howto](https://github.com/petehunt/react-howto)
[Thinking in React by Pete Hunt](https://facebook.github.io/react/docs/thinking-in-react.html)
[Component Specs and Lifecycle](https://facebook.github.io/react/docs/component-specs.html)
[React Blog](https://facebook.github.io/react/blog/all.html)

## Examples

[React TodoMVC Example](https://github.com/tastejs/todomvc/tree/gh-pages/examples/react)
[React-Bootstrap source](https://github.com/react-bootstrap/react-bootstrap)
[facebook/fixed-data-table source](https://github.com/facebook/fixed-data-table)
[reactjs/react-future](https://github.com/reactjs/react-future)

## Tools

[React Developer Tools](https://github.com/facebook/react-devtools)
[eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)

## Talks
[Making your app fast with high-performance components by Jason Bonta](http://conf.reactjs.com/schedule.html#making-your-app-fast-with-high-performance-components)
[You won't believe these 10 weird tricks... by Dave Thompson](https://github.com/limscoder/react-components-presentation)

## Code

[gaearon/react-transform-boilerplate](https://github.com/gaearon/react-transform-boilerplate)
[Babel](https://babeljs.io/)
[Webpack](https://webpack.github.io/)
[React Router](https://github.com/rackt/react-router)
[Redux](http://rackt.github.io/redux/)
[React A11y](https://github.com/rackt/react-a11y)
[React-Motion](https://github.com/chenglou/react-motion)
~~[Lodash]()~~ [MDN | Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
~~[Jest](https://facebook.github.io/jest/)~~ [Mocha](https://mochajs.org/)
[Immutable.js](https://facebook.github.io/immutable-js/)

### Component Libraries

[React-Bootstrap](https://react-bootstrap.github.io/)
[Material UI](http://material-ui.com/#/)

## Community

[ReactJS Denver](http://www.meetup.com/ReactJS-Denver/)
[#topic-react in Denver Devs Slack](https://denver-devs.slack.com/messages/topic-react)
[React.js Conf](http://conf.reactjs.com/)
[ReactEurope](https://www.react-europe.org/)
[React Rally](http://www.reactrally.com/)
[Nodevember](http://nodevember.org/)

## Everything Else

[React Awesome](https://github.com/enaqx/awesome-react)