You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #30, I think this module could provide just its core feature (support client-side middlewares for a Relay Network Layer) and then provide the built-ins middlewares as separated packages.
It would be relatively straightforward to implement, improve architecture and bundle size.
Personally, I use only urlMiddleware in production. It kind of bothers me having to use tree-shaking to exclude the other middlewares.
It's the same philosophy of express, browserify, babel, and so on. The size of the project is smaller, but I think that as Relay grows this could become a focal package.
Also it would help with issue tracking and semver. Much more flexibility.
Following #30, I think this module could provide just its core feature (support client-side middlewares for a Relay Network Layer) and then provide the built-ins middlewares as separated packages.
It would be relatively straightforward to implement, improve architecture and bundle size.
I can take care of this too @nodkz
The text was updated successfully, but these errors were encountered: