Skip to content

Commit

Permalink
Updates, 2016-06-20
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 21, 2016
1 parent eeec91e commit 52f2b39
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
10 changes: 10 additions & 0 deletions basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@
- **On being overwhelmed with our fast paced industry**
http://wesbos.com/overwhelmed-with-web-development/
Wes Bos gives advice on how to cut down on noise, avoid "new shiny" syndrome, and still improve your web dev skills

- **The Hitchhiker's Guide to the Modern Front End Development Workflow**
http://marcobotto.com/the-hitchhikers-guide-to-the-modern-front-end-development-workflow/
A useful overview of the many categories and types of tools used in modern web development.

- **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.


6 changes: 5 additions & 1 deletion immutable-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@

- **Redux Ecosystem Links: Immutable Data**
https://github.com/markerikson/redux-ecosystem-links/blob/master/immutable-data.md
A large list of libraries for managing immutable data in Javascript. Some of them are Redux-specific, but also includes many general-purpose immutable data libraries as well.
A large list of libraries for managing immutable data in Javascript. Some of them are Redux-specific, but also includes many general-purpose immutable data libraries as well.

- **Painless Immutability**
https://guigrpa.github.io/2016/06/16/painless-immutability/
A somewhat opinionated article from the author of a new immutable data library comparing different options, but still well-written and informative about the pros and cons of each.
4 changes: 4 additions & 0 deletions react-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
- **Getting Started with React the Easy Way**
http://codeutopia.net/blog/2016/01/10/getting-started-with-react-the-easy-way/
Shows the simplest way to load React into a web page and start using it

- **React Enlightenment**
http://www.reactenlightenment.com/
A straightforward, cookbook-style approach to learning React. (Currently a work-in-progress.)


#### Project-Based Tutorials
Expand Down
3 changes: 3 additions & 0 deletions redux-side-effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
http://stackoverflow.com/questions/34570758/why-do-we-need-middleware-for-async-flow-in-redux/34599594#34599594
Dan Abramov gives reasons for using thunks and async middleware, and some useful patterns for using thunks.

- **Pure Functionality and Side Effects with Redux**
https://blog.hivejs.org/building-the-ui-2/
An overview of what side effects are, how they fit into Redux, and several approaches for managing them.

#### Sagas

Expand Down
6 changes: 5 additions & 1 deletion redux-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@

- **Scalable Single-Page Application Architecture with Redux and Angular 2**
http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architecture/
An in-depth article covering how to architect an application using Redux, Angular 2, and RxJS.
An in-depth article covering how to architect an application using Redux, Angular 2, and RxJS.

- **Querying a Redux Store**
https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f
A look at best practices for organizing and storing data in Redux, including normalizing data and use of selector functions.

0 comments on commit 52f2b39

Please sign in to comment.