zth / rescript-relay

Use Relay with ReScript.
https://rescript-relay-documentation.vercel.app/docs/getting-started
333 stars 49 forks source link

Rename RecordSourceSelectorProxy to Store #500

Open zth opened 3 months ago

zth commented 3 months ago

Keep alias of RecordSourceSelectorProxy but deprecate (if possible) so we don't break anything.

zth commented 3 months ago

There's already the Store module, so we'd need some other name than Store. ReadableStore, or something.. LocalStore? RuntimeStore? It's the runtime store/cache we're talking about.