mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

improve subscribe options API #110

Closed mattkrick closed 8 years ago

mattkrick commented 8 years ago

right now, key basically means variables and op is just shorthand for the subscriptionString. I don't think op can be improved, since it's awesome to have a nice short name in the redux store.

key can only be improved if we stringify the vars, but that's lame (performance, ugly brackets).

maybe we do something crazy and have a channelString, varsString that double as the op/key?

mattkrick commented 8 years ago

closed with v0.20.0