Back to Relay

Agenda

meta/meeting-notes/2016-03-22-team-sync.md

20.1.11.2 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @wincent
    • Shipped mutation validation stuff.
    • Lazy tracked queries.
  • @steveluscher
    • GraphQL and Relay external talk in Vancouver.
    • Relay Connection:
      • Got progressive flushing working.
      • Still slow; digging into why the Batch request takes longer than the monolithic request.
  • @josephsavona
    • Rewrote legacy mutation API on top of new one.
    • Graph Mode.
  • @kassens
    • Dealing with repo sync issues.
    • Figuring out why query diffing is so slow, moving on to coding up solution.
    • Dealt with some server-side JS issues.
  • @yuzhi
    • Doing internal office hours.
    • Logging for stripped nulls and persisted queries.
    • Generalized RelayNetworkDebug.
    • Better error messages.
    • React Native yellow box for server errors.
  • @yungsters
    • Added PureRenderMixin for internal app.
    • Refactored RelayRenderer a bit.
    • Made it so web can use persisted queries.
    • Getting Android persisted queries working for internal app.
    • Looking into permalink persisted queries for other app.