https://github.com/mindreframer/reactjs-stuff
https://github.com/mindreframer/reactjs-stuff
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindreframer/reactjs-stuff
- Owner: mindreframer
- Created: 2014-03-23T11:20:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T09:50:42.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:10:42.895Z (almost 2 years ago)
- Language: JavaScript
- Size: 19.4 MB
- Stars: 29
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## React.js
- [Official Blog with plenty of links](http://facebook.github.io/react/blog/all.html)
- [Docs](http://facebook.github.io/react/docs/reconciliation.html)
- [Google Plus Account](https://plus.google.com/u/0/communities/114822536557370957541)
- [ReactJSNews](https://twitter.com/ReactJSNews)
- [React Component List](http://dvemac.github.io/react-component-list/)
## Why
- http://www.phpied.com/remarkable-react/
- [What is React - 2014.03 workshop notes](http://www.dustingetz.com/2014/03/16/react-into-workshop-notes.html)
- http://www.lispcast.com/react-another-level-of-indirection
- [Functional DOM programming](https://medium.com/p/67d81637d43)
- [Khan Academy - Backbon -> React](http://joelburget.com/backbone-to-react/)
- [Templates Are Functions](http://brehaut.net/blog/2012/templates_are_functions)
## Companies that use React.js
- Facebook (duh)
- Instagram
- Khan Academy
- Sberbank (Russian Bank)
- [NY Times - Red Carpet](http://www.nytimes.com/interactive/2014/02/02/fashion/red-carpet-project.html?)
## Flux
- [Isomorphic Flux - Michael Ridgway (Yahoo) - 2014.11.06](https://speakerdeck.com/mridgway/isomorphic-flux)
- [React and Flux - by Bill Fisher, 2014.11.07](https://speakerdeck.com/fisherwebdev/flux-meetup)
- [Intro to Flux by Eric Berry - 2014.08](http://vimeo.com/102953099)
- [Going big with React, 2014.07 (The Skills Matter eXchange)](https://skillsmatter.com/skillscasts/5429-going-big-with-react) - a great video!
- [Flux in practice - A guide to building UIs with React, 2014.05](https://medium.com/@garychambers108/ec08daa9041a)
- [Understanding Flux, 2014.05](https://medium.com/@garychambers108/f93e9f650af7)
- [Flux: An Application Architecture for React, 2014.05](http://facebook.github.io/react/blog/2014/05/06/flux.html)
- [Discussion on HackerNews](https://news.ycombinator.com/item?id=7719957)
- [Unidirectional data flow architecture - Juju (Ubuntu), 2014.05](http://fromanegg.com/post/85890866087/unidirectional-data-flow-architecture)
## Articles
- [Simplifying Code with React - KEVIN DANGOOR, 2014.05](http://www.kevindangoor.com/2014/05/simplifying-code-with-react/)
- [React.js with Django, 2014.05](http://blog.vrplumber.com/b/2014/05/15/reactjs-django/)
- [Rendering to iFrames in React, 2014.05](http://developer.zendesk.com/blog/2014/05/13/rendering-to-iframes-in-react/)
- [Interview with James Long (jlongster.com)](http://lhorie.github.io/mithril-blog/interview-with-james-long.html)
- [Removing User Interface Complexity, or Why React is Awesome - 2014.05](http://jlongster.com/Removing-User-Interface-Complexity,-or-Why-React-is-Awesome) + [Hacker News Discussion](https://news.ycombinator.com/item?id=7738194)
- [Flux: An Application Architecture for React - 2014.05](http://facebook.github.io/react/blog/2014/05/06/flux.html)
- [React PhoneCat: Rewriting the AngularJS Tutorial App in React - 2014.05](http://jgebhardt.github.io/blog/react-phonecat/)
- [A Thrown-to-the-Wolves-Hands-On Introduction to React Part 2 (2014.05.05)](http://tech.pro/blog/2044/a-thrown-to-the-wolves-hands-on-introduction-to-react-part-2)
- [React - Another Level of Indirection](http://www.lispcast.com/react-another-level-of-indirection)
- HackerNews discussions:
- [The Road to React 1.0 - 2014.03](https://news.ycombinator.com/item?id=7489959)
- [React Demystified - 2014.02](http://blog.reverberate.org/2014/02/react-demystified.html)
- [Architecting Your App with React - Part 1, 2014.03](http://lincolnloop.com/blog/architecting-your-app-react-part-1/)
- [JSConf.eu - React: Rethinking best practices, 2013.12](http://juristr.com/blog/2013/12/react-rethingking-best-practices/)
- [Writing good React components, 2013.12](http://blog.whn.se/post/69621609605/writing-good-react-components)
- [Remarkable React, 2013.08](http://www.phpied.com/remarkable-react/)
- [Facebook React Example – QuizTime, 2013.09](http://bold-it.com/javascript/facebook-react-example/)
## Videos
- [Relieving Backbone Pain with Flux & React @ HubSpot, 2014.12](http://dev.hubspot.com/blog/moving-backbone-to-flux-react)
- [Andres Suarez | Server Rendered Single-Page Apps @ Soundcloud - 2014.10](http://vimeo.com/108488724)
- [Steven Luscher: Decomplexifying Code with React - 2014.10](https://www.youtube.com/watch?v=rI0GQc__0SM&feature=youtu.be)
- [Going big with React - Flux, 2014.07 (The Skills Matter eXchange)](https://skillsmatter.com/skillscasts/5429-going-big-with-react) - a great video!
- [YUI Open Roundtable with Pete Hunt on React, 2014.05](http://www.youtube.com/watch?v=ZLfe0i2RDtY&feature=youtu.be)
- [Hacker Way: Rethinking Web App Development at Facebook - FLUX + React.js (2014.05.04)](https://www.youtube.com/watch?v=nYkdrAPrdcw&list=PLb0IAmt7-GS188xDYE-u1ShQmFFGbrk0v)
- [Be Predictable, Not Correct - MountainWest JavaScript 2014](https://www.youtube.com/watch?v=h3KksH8gfcQ)
- [Be predictable, not correct - 2014.03](https://www.youtube.com/watch?v=e7A6EUe3XGM)
- [Tom Occhino and Jordan Walke - Introduction to React.js- 2013.07](https://www.youtube.com/watch?v=XxVg_s8xAms)
- [Pete Hunt: React: Rethinking best practices -- JSConf EU 2013](http://www.youtube.com/watch?v=x7cQ3mrcKaY&feature=youtu.be)
- [Joe Dev on Tech - Stoyan Stefanov - Introduction to React](http://www.youtube.com/watch?v=SMMRJif5QW0) 18:07(simple example)
- [Super VanJS 2013: Steven Luscher - Developing UI with React.js](http://www.youtube.com/watch?feature=player_embedded&v=1OeXsL5mr4g)
## Presentations
- [Why does React scale? - JSConf 2014 by vjeux, 2014.05](https://speakerdeck.com/vjeux/why-does-react-scale-jsconf-2014)
- [Components, not Templates, Paulo Ragonha - 2014.05](http://paulo.ragonha.me/talks/react/)
- [Conquering State, 2014.05](https://speakerdeck.com/matthewwithanm/conquering-state)
- [Reactjs - Build UI Change over Time, 2014.03](http://prezi.com/pa3wb_qibajw/reactjs-build-ui-change-over-times/)
- [The case for React.js and Clojurescript - 2014.05](http://murilopereira.com/the-case-for-reactjs-and-clojurescript/)
- [React.js - The DOM as a Persistent Data Structure, 2014.03](https://github.com/zerokarmaleft/reactjs-presentation/blob/master/reactjs-the-dom-as-a-persistent-data-structure.pdf?raw=true)
- http://www.phpied.com/files/react/slides.html
- http://slid.es/johnlynch/reactjs
- [Frontend Components in React, 2013.10](http://rz.scale-it.pl/2013/10/20/frontend_components_in_react.html)
- [Slides for MIT class, 2014](http://6.470.scripts.mit.edu/2014/slides/React-MIT.pdf)
## Real Projects
- https://instantdomainsearch.com/
- http://bripkens.github.io/relato/
- https://turbo-react.herokuapp.com/
- http://react-bootstrap.github.io/
## Tutorials
- [Tutorials on medium.com for React.js](https://medium.com/react-tutorials)
- [Thinking in React, 2013.11](http://facebook.github.io/react/blog/2013/11/05/thinking-in-react.html)
- [Building a real-time frosted glass effect on mobile web](https://medium.com/p/87ce4a41019f)
- http://www.thomasboyt.com/2013/12/17/using-reactjs-as-a-backbone-view.html
- http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660
- http://www.webdesignporto.com/react-js-with-backbone-router-and-local-storage/
- [Bi-directional infinite scrolling](http://stackoverflow.com/questions/20870448/reactjs-modeling-bi-directional-infinite-scrolling/20872497#20872497)
## GITHUB
- https://github.com/reactjs/react-magic.git
- https://github.com/chenglou/react-lights-out.git
- https://github.com/jalehman/react-tutorial-om.git
- https://github.com/facebook/react-page.git
- https://github.com/facebook/react-page-middleware.git
- https://github.com/ssorallen/turbo-react.git
## Testing
- http://myshareoftech.com/2013/12/unit-testing-react-dot-js-with-jasmine-and-karma.html
- http://www.jjask.com/512799/how-simulate-browser-events-when-writing-tests-for-react-js
- https://github.com/facebook/react/blob/master/src/test/ReactTestUtils.js
- https://github.com/airbnb/enzyme -> makes it easier to assert, manipulate, and traverse your React Components' output.
## React.js VS ...
- http://www.quora.com/Pete-Hunt/Posts/Facebooks-React-vs-AngularJS-A-Closer-Look
- http://www.dustingetz.com/2013/09/12/comparison-knockout-angular-react.html
## React With Rails
- http://bensmithett.com/server-rendered-react-components-in-rails/
- https://groups.google.com/forum/#!msg/reactjs/eUespJPdyas/hmJywyo9ZSwJ
- https://github.com/bensmithett/sample-react-rails-app
## React + Coffee
- http://blog.vjeux.com/2013/javascript/react-coffeescript.html
- https://github.com/atom/react-coffee
- https://github.com/elucidata/react-tags-brunch
- https://github.com/darthapo/new-react-simple
*** GENERATED BY https://github.com/mindreframer/techwatcher (ruby _sh/pull reactjs-stuff) ***
andreypopp/react-async:
Async rendering for React components
96 commits, last change: 2014-06-09 - 16:15, 65 stars, 8 forks
andreypopp/react-quickstart:
React project template with server-side UI rendering and routing
43 commits, last change: 2014-05-16 - 01:30, 158 stars, 21 forks
andreypopp/react-router-component:
Declarative router component for React
283 commits, last change: 2014-06-07 - 15:47, 228 stars, 33 forks
andreypopp/react-stylesheet:
A component for React to declare stylesheet dependencies for your reusable components
29 commits, last change: 2014-04-24 - 10:25, 8 stars, 4 forks
arudenko/ReactjsUnitTest:
Unit Testing React.js with Jasmine and Karma
20 commits, last change: 2014-04-22 - 11:31, 8 stars, 1 forks
atom/react-coffee:
commits, last change: , stars, forks
atom/reactionary:
Basic helpers for building React DOM nodes in CoffeeScript.
17 commits, last change: 2014-05-14 - 22:28, 9 stars, 3 forks
augustl/react-nashorn-example:
A poc of rendering a React single page app on the server for the initial page load.
40 commits, last change: 2014-03-22 - 15:55, 55 stars, 5 forks
bensmithett/sample-react-rails-app:
Sample Rails app with server-rendered React components
10 commits, last change: 2014-05-09 - 23:12, 9 stars, 2 forks
bgerm/react-table-sorter-demo:
A React.js Table Sorter Component
9 commits, last change: 2014-01-02 - 17:22, 19 stars, 3 forks
BinaryMuse/imgsible:
React-based Imgur-like isomorphic demo app
52 commits, last change: , 24 stars, 1 forks
BoldBigflank/qtserver:
Qu.izti.me - Buffalo Wild Wings style trivia for everywhere
45 commits, last change: , 3 stars, 0 forks
bripkens/relato:
Open Source Project Statistics
20 commits, last change: , 10 stars, 0 forks
capacitorjs/capacitor:
Reactive MVC based on event streams
61 commits, last change: 2014-06-24 - 08:54, 45 stars, 1 forks
chenglou/react-lights-out:
Simple demo of the React framework's power and flexibility.
9 commits, last change: , 9 stars, 1 forks
darthapo/new-react-simple:
Simple ReactJS + CoffeeScript skeleton includes: react-brunch, react-brunch-tags, elucidata-react-coffee
5 commits, last change: , 3 stars, 0 forks
dbashford/MimosaReactBackboneTodoList:
A Mimosa skeleton integrating React, Backbone, Require.js, and Bower.
4 commits, last change: 2014-03-13 - 21:46, 1 stars, 0 forks
divad12/vim-awesome:
Awesome Vim plugins from across the universe
252 commits, last change: 2014-06-26 - 22:07, 82 stars, 5 forks
duncanbeevers/jade-react:
Compile Jade templates to React.DOM expressions
40 commits, last change: 2014-02-16 - 14:29, 51 stars, 5 forks
elucidata/react-tags-brunch:
Adds React.js tag interpolation to brunch.
6 commits, last change: 2014-05-17 - 12:08, 2 stars, 1 forks
insin/newforms-examples:
Examples repository for newforms / React
19 commits, last change: , 3 stars, 1 forks
insin/newforms:
Isomorphic form-handling for React
642 commits, last change: 2014-05-17 - 07:26, 81 stars, 5 forks
jaredly/github-issues-viewer:
A gitub issues viewer build in react + backbone
28 commits, last change: 2014-01-04 - 21:03, 34 stars, 6 forks
jgebhardt/react-phonecat:
Rewrite of the Angular tutorial in React
13 commits, last change: , 5 stars, 0 forks
jsdf/coffee-jsx-transformer:
moved to coffee-react-transform
2 commits, last change: , 0 stars, 0 forks
jsdf/coffee-react-transform:
Provides React JSX support for Coffeescript
64 commits, last change: 2014-06-07 - 13:16, 54 stars, 4 forks
Khan/perseus:
Perseus is Khan Academy's new exercise question editor and renderer.
903 commits, last change: 2014-06-25 - 17:34, 92 stars, 35 forks
matthewwithanm/react-mediaswitch:
Choose your DOM based on media queries
13 commits, last change: 2014-03-26 - 22:52, 27 stars, 0 forks
mquan/cortex:
A javascript library for centrally managing data with React
100 commits, last change: 2014-06-05 - 22:32, 283 stars, 17 forks
petehunt/react-touch:
React photo viewer for mobile
135 commits, last change: 2013-12-08 - 16:43, 156 stars, 13 forks
petehunt/wolfenstein3D-react:
html5-wolfenstein3D
18 commits, last change: 2013-08-23 - 03:28, 8 stars, 10 forks
prometheusresearch/react-autocomplete:
Autocomplete widget based on Facebook React
5 commits, last change: , 5 stars, 2 forks
prometheusresearch/react-grid:
12 commits, last change: 2014-06-25 - 15:38, 14 stars, 1 forks
ryanseddon/react-frame-component:
Render your React app to an iFrame
20 commits, last change: 2014-06-19 - 22:45, 22 stars, 1 forks
stevoland/react-bootstrap:
Bootstrap 3 components built with React
286 commits, last change: 2014-06-27 - 11:09, 505 stars, 51 forks
wingspan/wingspan-forms:
a dynamic form library for Facebook React, providing abstractions for building dynamic forms and controlled grids. Widgets provided by Telerik's KendoUI.
450 commits, last change: 2014-06-19 - 11:56, 63 stars, 6 forks
yanns/react-unit-test:
Unit Test a ReactJS application
14 commits, last change: 2014-02-26 - 14:08, 2 stars, 0 forks