forked from omt-tech/dev-team-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript
Brandon Orther edited this page Apr 7, 2017
·
5 revisions
This wiki page is meant to be used as a place to collect information and links to reference material related to JavaScript development.
- https://medium.com/javascript-scene/master-the-javascript-interview-what-is-a-promise-27fc71e77261
- http://www.2ality.com/2016/03/promise-rejections-vs-exceptions.html
yieldyield*function*
- (ref) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*
- https://davidwalsh.name/es6-generators
- http://gajus.com/blog/2/the-definitive-guide-to-the-javascript-generators
- http://egorsmirnov.me/2015/06/14/react-and-es6-part2.html
- http://egorsmirnov.me/2015/08/16/react-and-es6-part3.html
- More efficient React views with windowing - https://bvaughn.github.io/forward-js-2017/
- Great slide deck on more efficient React views with windowing
-
https://github.com/rvikmanis/redux-fp
- This provides a way to compose functions for state updates unlike reducers
- Using Ramda with Redux - http://randycoulman.com/blog/2016/02/16/using-ramda-with-redux/
- The Elegance Of React (w/ Redux) - https://medium.com/javascript-inside/the-elegance-of-react-ebc21a2dcd19
- Introduction into lenses - https://medium.com/javascript-inside/an-introduction-into-lenses-in-javascript-e494948d1ea5