-
Notifications
You must be signed in to change notification settings - Fork 17
Reading: Class 28 Routing and Testing
Karl Polintan edited this page May 12, 2019
·
4 revisions
Skim es6 modules Going over ES6 stuff - reasoning why we don't have to write 'use strict' w/ React
- Module Basics
- Export Lists
- Renaming imports and exports
- Default Exports
- Module Objects
- Aggregating modules
- What does import actually do?
- Static vs. dynamic, or: rules and how to break them
- When can I use ES6 modules?
Read react-router-dom philosophy
Goes through different ways of doing routes - in Angular & Ember(?), for example.
Details on how React-Router routes work.
Read lifting state up
Examples of lifting state by making a temperature units converter.
Skim mdn import
Skim mdn export