Back to Relay

Agenda

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

20.1.11.6 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @josephsavona
    • Work on experimental prototype:
      • Implementing pieces to try out combinations of solutions for things like auto-aliasing, normalization, etc.
      • Working on two variants of the store: manual ref counting vs implicit ref counting.
    • Giving a talk at GraphQL meetup at Meteor tonight.
  • @yuzhi
    • Met with product team to figure out needs related to persisted queries + RelayConnection.
    • Fix GraphQLRange bug.
    • Fix issues with network error + cached data.
    • Head load for internal app is close.
  • @kassens
    • Persisted query loader refactoring.
    • We have a proof of concept working in internal app.
  • @wincent
    • Wrapped up golden test runner helping us move faster on prototype.
    • Microbenchmark framework done.
    • Taking a persisted query from internal app to use as a test case (benchmarking etc).
    • Got burned by a Jest vs filesystem issue.
  • @sampepose
    • Ability to remove multiple edges in RANGE_DELETE.
    • Fix bug with deferred fragments.
    • Event stream for ready state.
    • Flow types for some mutations.
      • Added some manually.
      • Next step is trying to generate them.
  • @steveluscher
    • Did JavaScript AIR podcast with Lee.
    • Cache-reading in for RelayConnection.
    • Roadmapping session for RelayConnection.
    • Discussion with internal team on cache-reading.