I'm looking for a minimal client. It's easy to use...
# orm-help
j
I'm looking for a minimal client. It's easy to use fetch to do queries and mutations against my prisma graphql server, but I need subscriptions. Is there a simple client available which supports subscriptions. I would like to explore alternatives to Apollo client.
a
Apollo client is awesome, why do you not want to use it?
j
I won't argue, it is awesome, but I find it very strange that JavaScriptLand doesn't have more alternatives. I don't recall many situations in node or web development that don't include agonizing over choosing which of the myriad alternatives is most appropriate
Reason to try something different would be simplicity and bundle size
o
There is an alternative called relay, I didn’t use it though since there is a strong learning curve and apollo is just to easy not use