Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 3.69 KB

File metadata and controls

95 lines (69 loc) · 3.69 KB

REACT: http://facebook.github.io/react/docs/tutorial.html http://blog.debugme.eu/best-resources-to-learn-reactjs/ http://tylermcginnis.com/reactjs-tutorial-a-comprehensive-guide-to-building-apps-with-react/ http://prestonparry.com/articles/ReactCurriculum/ http://survivejs.com/ https://github.com/enaqx/awesome-react https://camjackson.net/post/9-things-every-reactjs-beginner-should-know https://github.com/gaearon/react-makes-you-sad https://github.com/petehunt/react-howto

style guide: https://github.com/airbnb/javascript/tree/master/react

dev tools: https://github.com/facebook/react-devtools TODO: get good atom packages

tutorials: https://www.youtube.com/watch?v=Pd6Ub7Ju2RM https://www.youtube.com/watch?v=6PEKbCHHTq8 https://www.youtube.com/watch?v=6fhTawDEE9k https://github.com/FormidableLabs/react-flux-concepts.git http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html https://egghead.io/lessons/javascript-redux-the-single-immutable-state-tree https://github.com/tayiorbeii/egghead.io_redux_course_notes https://gist.github.com/diegoconcha/8918294bb9df69876b22 https://egghead.io/series/build-your-first-react-js-application

https://reactjs-training.com/ http://andrewhfarmer.com/react-ajax-best-practices/ http://www.theodo.fr/blog/2016/03/getting-started-with-react-redux-and-immutable-a-test-driven-tutorial-part-1/ https://www.pluralsight.com/courses/react-flux-building-applications https://medium.com/@dabit3/beginner-s-guide-to-react-router-53094349669#.5crmf6fd0 http://andrewhfarmer.com/getting-started-tutorials/ -- guide to best tutorials https://blog.risingstack.com/the-react-way-getting-started-tutorial/ https://blog.risingstack.com/the-react-js-way-flux-architecture-with-immutable-js/

webpack: https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9#.qzloz5snh http://www.pro-react.com/materials/appendixA/ https://medium.com/@thejenniekim/never-import-react-from-react-again-thanks-to-webpack-s-provideplugin-69e7feb69e#.xldwhj5yz https://medium.com/@rajaraodv/webpack-hot-module-replacement-hmr-e756a726a07#.ve3cmab8h

other pars of 'stack': http://redux.js.org/ https://github.com/reactjs/react-router https://github.com/reactjs/react-router-tutorial

forms: https://github.com/davidkpiano/react-redux-form

d3: see d3.md

resource listings: http://blog.debugme.eu/best-resources-to-learn-reactjs/

testing: http://redux.js.org/docs/recipes/WritingTests.html http://marmelab.com/blog/2015/06/24/jest-in-practice.html https://facebook.github.io/jest/ https://github.com/facebook/jest https://www.codementor.io/reactjs/tutorial/redux-unit-test-mocha-mocking https://egghead.io/lessons/react-testing-the-redux-store-multiple-actions http://redux.js.org/docs/recipes/ServerRendering.html http://airbnb.io/enzyme/ --for unit testing https://blog.algolia.com/how-we-unit-test-react-components-using-expect-jsx/?utm_medium=social-owned&utm_source=reddit&utm_campaign=ReactJS

setup: https://reactjsnews.com/structuring-react-projects http://marmelab.com/blog/2015/12/17/react-directory-structure.html https://gist.github.com/ryanflorence/daafb1e3cb8ad740b346

boilerplates: https://github.com/gaearon/react-transform-boilerplate --recommended by react/d3 guy https://github.com/GordyD/3ree https://github.com/webpack/react-starter --more advanced

canvas: https://github.com/Flipboard/react-canvas

FLUX: https://github.com/voronianski/flux-comparison http://alt.js.org/ --library used in survivejs

data fetching: https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html

REDUX: https://egghead.io/series/getting-started-with-redux --made by creator of REDUX http://redux.js.org/ http://stackoverflow.com/questions/32461229/why-use-redux-over-facebook-flux --why use REDUX