Skip to content

Commit 52f2b39

Browse files
committed
Updates, 2016-06-20
1 parent eeec91e commit 52f2b39

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

basic-concepts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@
2727
- **On being overwhelmed with our fast paced industry**
2828
http://wesbos.com/overwhelmed-with-web-development/
2929
Wes Bos gives advice on how to cut down on noise, avoid "new shiny" syndrome, and still improve your web dev skills
30+
31+
- **The Hitchhiker's Guide to the Modern Front End Development Workflow**
32+
http://marcobotto.com/the-hitchhikers-guide-to-the-modern-front-end-development-workflow/
33+
A useful overview of the many categories and types of tools used in modern web development.
34+
35+
- **Simplified Javascript Jargon**
36+
http://jargon.js.org/
37+
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.
38+
39+

immutable-data.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@
4343

4444
- **Redux Ecosystem Links: Immutable Data**
4545
https://github.com/markerikson/redux-ecosystem-links/blob/master/immutable-data.md
46-
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.
46+
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.
47+
48+
- **Painless Immutability**
49+
https://guigrpa.github.io/2016/06/16/painless-immutability/
50+
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.

react-tutorials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
- **Getting Started with React the Easy Way**
6363
http://codeutopia.net/blog/2016/01/10/getting-started-with-react-the-easy-way/
6464
Shows the simplest way to load React into a web page and start using it
65+
66+
- **React Enlightenment**
67+
http://www.reactenlightenment.com/
68+
A straightforward, cookbook-style approach to learning React. (Currently a work-in-progress.)
6569

6670

6771
#### Project-Based Tutorials

redux-side-effects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
http://stackoverflow.com/questions/34570758/why-do-we-need-middleware-for-async-flow-in-redux/34599594#34599594
1212
Dan Abramov gives reasons for using thunks and async middleware, and some useful patterns for using thunks.
1313

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

1518
#### Sagas
1619

redux-techniques.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@
6969

7070
- **Scalable Single-Page Application Architecture with Redux and Angular 2**
7171
http://blog.mgechev.com/2016/04/10/scalable-javascript-single-page-app-angular2-application-architecture/
72-
An in-depth article covering how to architect an application using Redux, Angular 2, and RxJS.
72+
An in-depth article covering how to architect an application using Redux, Angular 2, and RxJS.
73+
74+
- **Querying a Redux Store**
75+
https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f
76+
A look at best practices for organizing and storing data in Redux, including normalizing data and use of selector functions.

0 commit comments

Comments
 (0)