Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 21, 2016
2 parents 7f80e8b + 9a41cb8 commit b9bd4c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
- **State of the Javascript Landscape in 2016**
http://www.infoq.com/articles/state-of-javascript-2016
A very high-level summary of the important terms and technologies that are used in modern Javascript development.

- **The Hitchiker's Guide to Modern JS Tooling**
http://reactkungfu.com/2015/07/the-hitchhikers-guide-to-modern-javascript-tooling/
A great overview of many of the most common build tools, package managers, test frameworks, and code quality tools currently in use

- **State of the Art Javascript in 2016**
https://medium.com/javascript-and-opinions/state-of-the-art-javascript-in-2016-ab67fc68eb0b
An opinionated list of what tools and libraries a modern JS development stack should include, plus links to further resources.
Expand All @@ -22,7 +22,7 @@
- **Simplified Javascript Jargon**
http://jargon.js.org/
An alphabetical list of common terms in the JS world, with very short definitions in the main list and slightly longer descriptions linked for each term.

- **Modern Javascript Development**
https://mgadams.com/modern-javascript-development-part-1-d271f3790c1c
An overview of how browsers, Javascript, and Javascript frameworks have evolved into today's landscape of tools and technologies
Expand All @@ -33,14 +33,14 @@
- **React How-To**
https://github.com/petehunt/react-howto
Pete Hunt, one of React's creators, gives a high-level suggested order to use when learning React-related technologies (React, NPM, bundlers, ES6, routing, and Flux/Redux)

- **Timeline for Learning React**
https://daveceddia.com/timeline-for-learning-react/
Another high-level suggested timeline for how to approach learning React and related technologies.


#### General Suggestions for Learning

- **Learn the Javascript Ecosystem one package at a time**
http://andrewhfarmer.com/npm-sandboxing/
Some tips for how to approach learning the JS ecosystem without being overwhelmed.
Expand All @@ -51,4 +51,4 @@

- **How to Learn Web Frameworks**
https://medium.com/shopify-ux/how-to-learn-web-frameworks-9d447cb71e68
Some great advice on how to approach learning web development and frameworks, especiialy if you're a junior developer.
Some great advice on how to approach learning web development and frameworks, especially if you're a junior developer.
5 changes: 4 additions & 1 deletion react-redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,7 @@
- **Where do I put my business logic in a React-Redux application?**
https://medium.com/@jeffbski/where-do-i-put-my-business-logic-in-a-react-redux-application-9253ef91ce1
Describes several options for managing logic and async behavior (thunks, sagas, etc), and introduces a new middleware as an alternative approach


- **Code Sharing Between React Native and React Web Apps**
https://medium.com/the-many/code-sharing-between-react-native-and-react-web-apps-b1e1de22fc53
Describes ways to architect Redux actions and reducers in the context of a product that shares code between React Native and React Web clients

0 comments on commit b9bd4c1

Please sign in to comment.