Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topaztee/js-stack-resources
Meteor.js + React.js + Flow-router and other JS links
https://github.com/topaztee/js-stack-resources
Last synced: 6 days ago
JSON representation
Meteor.js + React.js + Flow-router and other JS links
- Host: GitHub
- URL: https://github.com/topaztee/js-stack-resources
- Owner: topaztee
- Created: 2016-02-10T23:02:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T03:30:11.000Z (over 8 years ago)
- Last Synced: 2023-03-07T07:56:09.476Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### **Resources for the React + Meteor + FlowRouter stack**
#### React
* [A bunch of react resources](https://github.com/enaqx/awesome-react)
* [sessions, reactive var/dict](https://themeteorchef.com/snippets/reactive-dict-reactive-vars-and-session-variables/#tmc-when-to-use-reactive-varsdict-vs-session-variables)
* [Understanding the React Component Lifecycle](https://busypeoples.github.io/post/react-component-lifecycle/)
* [Best Practices for Component State in React.js](http://brewhouse.io/blog/2015/03/24/best-practices-for-component-state-in-reactjs.html)
* [Getting started](http://www.lynda.com/React-js-tutorials/Up-Running-React-js/379264-2.html)
* [react tutorial](http://buildwithreact.com/)
* [The great cheatsheet](http://ricostacruz.com/cheatsheets/react.html)
* [A React Primer For Meteor](https://www.discovermeteor.com/blog/react-for-meteor/#state)
* [Building a Blog with React] (https://themeteorchef.com/recipes/building-a-blog-with-react/?utm_source=The+Meteor+Chef+-+Weekly+Digest&utm_campaign=df6711f4ba-Weekly_Digest_for_January_15th_2016&utm_medium=email&utm_term=0_a347eecb12-df6711f4ba-273705869#languagejavascript)
* [learning-react-getting-started-and-concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
* [build-a-real-time-twitter-stream-with-node-and-react-js](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js)
note:
- handle existing posts/duplications
#### Javascript
* [ES2015 / ES16](https://themeteorchef.com/blog/what-is-es2015/)
* [ES2015 / ES16](http://egorsmirnov.me/2015/05/22/react-and-es6-part1.html)
* [Async/Sync](https://www.discovermeteor.com/blog/understanding-sync-async-javascript-node/)
* [Higher-order Functions, aka Callback Functions](#)
* [Understand JavaScript Callback Functions and Use Them](http://javascriptissexy.com/understand-javascript-callback-functions-and-use-them/)#### [Complete Stack](#Complete Stack)
- [Books](#Books)
* [Step-by-Step Tutorial to Create a NinjaTracker](https://gumroad.com/l/GwmK)
* [quick job board](http://derrybirkett.com/2015/11/a-quick-job-board-with-react-meteor-and-material-ui/)- [Demos](#demos)
- [Examples](#examples)
- [Real Apps](#real-apps)
- [Contribution](#contribution)