adriantoine/bloql

Try a version without Relay

Closed this issue · 0 comments

GraphQL is pretty neat but it seems to me that Relay has some limitation like the fact that it's not isomorphic yet (see facebook/relay#136 and facebook/fbjs#61) and its interface and process could be improved.

So I might want to try a version using GraphQL without Relay and make my own fetch system that would also be a bit more modular, and eventually get Relay back when it's a bit more stable.

Not sure if it makes sense but it's worth having a look.