Skip to content

Commit 11b710b

Browse files
committed
Add VelocityReact. Fix Tags.
1 parent f1f9687 commit 11b710b

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -176,26 +176,27 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
176176
* [JSX Looks Like an Abomination but it's Good for You](https://medium.com/javascript-scene/jsx-looks-like-an-abomination-1c1ec351a918) My take on JSX #article
177177
* [Baby's First Reaction](https://medium.com/javascript-scene/baby-s-first-reaction-2103348eccdd) Build your first working React component #article
178178
* [Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI&list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) by [Lee Byron](https://twitter.com/leeb) #video
179-
* [react-stampit](https://github.com/stampit-org/react-stampit) Composable, classless React components made easy #library
180-
* [react-engine](https://github.com/paypal/react-engine) PayPal's isomorphic React view engine for Express or Kraken #library
181-
* [Stilr](https://github.com/kodyl/stilr) Simplify JS component styles #library
182-
* [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) #library
183-
* [React Hot Loader](https://gaearon.github.io/react-hot-loader/) Live patching for Webpack #library
184-
* [livereactload](https://github.com/milankinen/livereactload) Live patching for Browserify #library
185-
* [Redux](https://github.com/rackt/redux) Predictable state container (store) for JavaScript apps #library
179+
* [react-stampit](https://github.com/stampit-org/react-stampit) Composable, classless React components made easy #code
180+
* [react-engine](https://github.com/paypal/react-engine) PayPal's isomorphic React view engine for Express or Kraken #code
181+
* [Stilr](https://github.com/kodyl/stilr) Simplify JS component styles #code
182+
* [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) #code
183+
* [React Hot Loader](https://gaearon.github.io/react-hot-loader/) Live patching for Webpack #code
184+
* [livereactload](https://github.com/milankinen/livereactload) Live patching for Browserify #code
185+
* [Redux](https://github.com/rackt/redux) Predictable state container (store) for JavaScript apps #code
186186
* [Redux Devtools](https://github.com/gaearon/redux-devtools) DevTools for Redux with hot reloading, timetravel debugging, and customizable UI
187-
* [Cerebral](https://github.com/christianalfoni/cerebral) An immutable store for global app state #library
188-
* [react-native](https://github.com/facebook/react-native) React for mobile devices #library
189-
* [react-art](https://github.com/reactjs/react-art) React for SVG or canvas #library
190-
* [react-canvas](https://github.com/Flipboard/react-canvas) React for canvas #library
191-
* [react-three](https://github.com/Izzimach/react-three) Three.js rendering for React #library
187+
* [Cerebral](https://github.com/christianalfoni/cerebral) An immutable store for global app state #code
188+
* [react-native](https://github.com/facebook/react-native) React for mobile devices #code
189+
* [VelocityReact](https://fabric.io/blog/introducing-the-velocityreact-library) Great animations for React #code
190+
* [react-art](https://github.com/reactjs/react-art) React for SVG or canvas #code
191+
* [react-canvas](https://github.com/Flipboard/react-canvas) React for canvas #code
192+
* [react-three](https://github.com/Izzimach/react-three) Three.js rendering for React #code
192193
* [react.rocks](http://react.rocks/) Pinterest-style directory of online demos with available code
193194
* [TodoMVC in React](http://todomvc.com/examples/react/) #example
194195
* [JSX Specification](http://facebook.github.io/jsx/) #documentation
195196

196197
## Relay & GraphQL
197198

198-
* [Relay](https://github.com/facebook/relay) Build data-driven React applications. #library
199+
* [Relay](https://github.com/facebook/relay) Build data-driven React applications. #code
199200
* [Data Fetching for React](https://www.youtube.com/watch?v=9sc8Pyc51uU) Relay & GraphQL Described
200201
* [Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html) #video
201202
* [Building the Facebook Newsfeed with Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html) #article

0 commit comments

Comments
 (0)