Back to Relay

Agenda

meta/meeting-notes/2016-05-17-team-sync.md

20.1.11.2 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @wincent
    • New mutation API done.
      • Internal app is all ported.
      • Less memory impact than expected due to previous fix.
    • Work on experimental prototype:
      • Golden tests for compiler.
      • Micro-benchmarks.
  • @yuzhi
    • RelayConnection head loads:
      • Code is done, needs review and integration into app.
    • Make private GraphQL ranges for RelayConnection.
    • Picked up intern, who will be working on Flow types for mutation inputs.
  • @kassens
    • RelayConnection persisted queries:
      • Workable but cleaning up.
      • Tests are passing, seems to work.
  • @josephsavona
    • Work on experimental prototype:
      • Parser, printer, other parts of compiler in.
      • Hope to have example app working on new compiler this week.
    • Fixes for variables + containers.
  • @steveluscher
    • RelayConnection:
      • Ability to pause and resume.
      • API to fetch exclusively from cache.
    • Upgraded babel-relay plugin to graphql 0.6 (breaking version):
      • Waiting on Lee for release.
      • Will write migration guide.