Back to Relay

Agenda

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

20.1.11.6 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @steveluscher
    • RelayConnection landed and powering internal app.
    • Disk cache for RelayConnection.
    • Gave GraphQL talk.
    • Fixed broken Relay tests because of React issue.
    • Discussed persisting RelayConnection queries with Jan.
  • @yuzhi
    • Help internal client with thousands-of-edges use case.
    • Helping internal client with tricky mutation.
    • Debugged capitalization mistake in prop; trying to figure out how we can do validation here.
    • New RelayNetworkDebug with less janky override.
    • Warning for fragment and variable name being the same.
    • Fix for a bug reading persisted queries from cache.
    • GraphQL validation is in.
  • @wincent
    • Gave Relay Deep Dive talk (slides).
    • Working on making future planning more public.
    • Optimistic updates for low-level mutation API.
    • One internal product all on low-level mutation API.
    • Made network layer fool-proof so it can't be accidentally overwritten.
    • Fixed multiple test and Flow errors in CI.
    • Started porting mutation in internal app.
    • Maybe refactor transaction stuff.
  • @josephsavona
    • Helped in office hours.
    • Prototype now renders a component.
    • Working on GC.
  • @kassens
    • Persisted queries for RelayConnection.