-
Notifications
You must be signed in to change notification settings - Fork 7
Developer tutorials
James Crean edited this page Feb 6, 2018
·
2 revisions
Mostly in Order
- NodeJS (Video)
- Webpack (Video)
- Async JS (Video)
- generator functions (Video)
-
yield
->await
-
-
ES6 (2 Videos)
- babeljs.io
- destructing
- template strings
- block scoping
-
let
is the newvar
-
const
most the time
-
- class
- arrow functions
- React (Videos 1 - 14)
- Redux (Videos15 - 21)