Versions Compared

Key

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

...

  • Do we use it?
    • NO
    • What about errors?
      • Need something that does this better
  • Does Speedcurve have SPA capabilities?
    • Let's check this out

Integration Testing for Paragon/other frontend libraries

  • npm prepare
    • npm install (just to install deps) runs the production build
    • no longer need to check dist into github
    • let's add to Paragon
  • Should consumers track Paragon changes?
    • yes
    • Good to get notice of (major) changes before they're merged
    • We should probably announce changes broadly (release announcements email?)
    • But we shouldn't slow down releases?
    • Communicate early and often
  • Breaking change: expected outcome is different

Unmeeting

  • It is still happening! Everyone should come (smile)
  • Learn to use VO:
    • Screenreader study group
    • Everyone should attend!!
  • Regression prevention

GraphQL

  • Redux: state management layer
  • GraphQL: spec for ways to access data
    • frontend has a ton of control over what the backend sends
    • specify exactly hte data you need from sources
  • GraphQL doesn't need to affect the entire application
    • cookiecutter: can work with REST or GraphQL
    • Lets keep it in with some clear warnings