- Write Jest / Enzyme lab based on Money Example from Test-Driven Development by Example (Kent Beck) (Lab 33?)
- Write lab with Pusher (https://blog.pusher.com/how-to-build-a-realtime-activity-feed-with-react-and-pusher/)
- Refactor Lab22 to use fetch() rather than jQuery (use isomorphic-fetch polyfill)
- Write Lab 31
- Write Lab 32
- Expand Redux section of slides
- Create 2-day version of class that bypasses all setup (using create-react-app)
- proxy for gulp:
npm config set http-proxy "http://user:[email protected]:80" npm config set https-proxy "http://user:[email protected]:80"