Skip to content

Commit

Permalink
Updates, 2016-11-19
Browse files Browse the repository at this point in the history
Fixed formatting
Added a couple more links from PRs
  • Loading branch information
markerikson committed Nov 19, 2016
1 parent 67cff09 commit d70fe49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions basic-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@
http://gedd.ski/post/when-tech-makes-you-feel-dumb/
A pair of short but excellent posts giving advice on how to deal with tech and information overload.

- **Redux vs MobX vs Flux vs... Do you even need that?**
http://goshakkk.name/redux-vs-mobx-vs-flux-etoomanychoices/
Advice on avoiding choice overload when learning a toolset like React, by simplifying and just focusing on one new thing at a time.
4 changes: 2 additions & 2 deletions es6-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
http://thejsguy.com/2016/10/15/a-practical-introduction-to-es6-generator-functions.html
Some practical examples discussing what generator functions are, how they work, and what they can be used for.

- **3 cases where JavaScript generators rock (+ understanding them)**
http://goshakkk.name/javascript-generators-understanding-sample-use-cases/
- **3 cases where JavaScript generators rock (+ understanding them)**
http://goshakkk.name/javascript-generators-understanding-sample-use-cases/
A simple thinking pattern for easily understanding generators, plus 3 practical applications.


Expand Down
4 changes: 2 additions & 2 deletions react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

#### Specific aspects

- **Using iOS Image Picker with React Native**
http://goshakkk.name/react-native-camera-roll-image-picker/
- **Using iOS Image Picker with React Native**
http://goshakkk.name/react-native-camera-roll-image-picker/
Getting an ImagePicker to work on iOS is painful. It's barely documented. This tutorial-style article shows you everything you need to do to finally start asking users for images.
4 changes: 4 additions & 0 deletions redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
https://medium.com/@benipsen/seven-months-into-redux-two-things-my-team-learned-along-the-way-5d979c25ea61
Describes the benefits a dev team got from using RxJS streams and using selector functions to derive data.

- **Redux anti-pattern: dumb mapStateToProps**
http://goshakkk.name/redux-antipattern-mapstatetoprops/
An analysis of a somewhat common Redux anti-pattern, where `mapStateToProps` is doing too little, shifting all the domain knowledge into the component that should not be aware of it.


#### Encapsulation and Reusability

Expand Down

0 comments on commit d70fe49

Please sign in to comment.