nsfmc’s avatarnsfmc’s Twitter Archive—№ 4,354

    1. …in reply to @ianstormtaylor
      ianstormtaylor i guess it sorta depends on where you draw the lines: lots of actions become graphql resolvers
  1. …in reply to @nsfmc
    ianstormtaylor agree there's an aesthetic benefit to having all api interactions clustered in graphql, but if i squint, i feel like i've
    1. …in reply to @nsfmc
      ianstormtaylor just shifted and organized some actions into one Relay.QL func & my relay containers kinda look like redux providers/etc
      1. …in reply to @nsfmc
        ianstormtaylor my takeaway was that redux provided a way to communicate with a team about how and where to access data now on the client
        1. …in reply to @nsfmc
          ianstormtaylor & that relay is a refinement + optimization of that pattern that clearly seps. queries/muts on client & resolvers on server