-
Notifications
You must be signed in to change notification settings - Fork 1
JavaScript
Brandon Orther edited this page Sep 5, 2017
·
8 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
yield
yield*
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
- https://engineering.musefind.com/react-lifecycle-methods-how-and-when-to-use-them-2111a1b692b1
-
https://reactarmory.com/guides/lifecycle-simulators
- This has a very cool lifecycle diagram that you can interact with to see how react's lifecycles are triggered.
- 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
- How to test React and Redux with Redux-saga and ReactDnD (whew!) - https://medium.freecodecamp.org/testing-react-and-redux-with-redux-saga-and-reactdnd-whew-dedebcbd78dd
- Great examples of pragmatic testing a React + Redux + Redux-Saga app!
-
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
- Great intro to ADT in JS - https://james-forbes.com/?/posts/the-perfect-api
- (bible status) https://drboolean.gitbooks.io/mostly-adequate-guide/
- https://hackernoon.com/from-callback-to-future-functor-monad-6c86d9c16cb5