Can Relay be used in production?
I like connections of Relay. It looks minimize server-side tasks developer have to do.
But I think it has two problems.
the dependencies of Relay are old
Relay doesn't support universal(isomorphic) app.
Is there example that applied Relay to produc...