Skip to content

Instantly share code, notes, and snippets.

View redcom's full-sized avatar
💭
I may be slow to respond.

Razvan Moraru redcom

💭
I may be slow to respond.
View GitHub Profile
import {Environment} from 'react-relay';
import invariant from 'invariant';
class RelayStore {
constructor() {
this._env = new Environment();
this._networkLayer = null;
this._taskScheduler = null;
}