#Remix Apollo Client
1 messages · Page 1 of 1 (latest)
Although in Remix apps is more common to don’t use a GraphQL client client side and only use it server side to fetch your API from loaders and actions
Apollo Client is a client library. I knew it would get in the way of remix loaders and actions. I have decided to use CRA as the app does not need SEO.