Back to Relay

Agenda

meta/meeting-notes/2017-01-24-team-sync.md

20.1.11.9 KB
Original Source

Agenda

This was a quick sync for team members to share their status updates. The dominant themes continue to be rolling out the new Relay APIs at Facebook. Most of our work in recent months has been in the context of React Native, but recently we've been making preparations to roll out on web as well. Completing this internal rollout is a prerequisite to open sourcing the new implementation, so it is the team's top priority.

Present

Updates

  • @wincent
    • Released new version of graphql-relay package.
    • Working on updating react-relay dependencies too.
  • @asiandrummer
    • Sent PR to get graphql template literal tag support merged into the language-babel Atom plug-in.
  • @kassens
    • Making new APIs work with multiple schemas at Facebook.
    • Removing temporary duplication in the compiler created as part of rolling out on web.
    • Created new file template for creating a component using the new API.
    • Made our codeshift for migrating simple components work in our web codebase.
  • @JenniferWang
    • Working on various aspects of native prefetching:
      • Helping Marketplace team add new variables.
      • Writing documentation.
      • Looking at timing data: looks promising so far.
  • @yuzhi
    • Added an API to the new runtime to fetch raw query data.
    • Cataloging internal products that will need to be converted to the new APIs.
    • Debugging pagination issues in the Marketplace product.