Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Paragon Refactoring

  • How to continue making improvements?
    • How are we going to resource it?
    • Use Office Hours?
    • ???????????????
  • Let's plan on a BIG 3.0.0 releaseĀ 
    • Milestones on issues we want included?
    • Let's use a Github project
    • Large release branch

Using State to Update State

  • setState is async
  • React merges duplicated state changes!
  • Functional setState: take prevState as an arg, read from it to make additional state changes
  • Read Jae's docs!

Rollup.js

  • Use for libraries; use webpack for applications
    • Code splitting
    • Tree shaking
    • Many plugins
  • Fruit
    • Easy way to build a library
    • What is a library vs. an application?
    • How can we use this?
    • Compare beefy bundle sizes

TODO

  • UX/FEDX summit
  • CoffeeScript pinata next Thursday