#Remix Apollo Client

1 messages · Page 1 of 1 (latest)

spiral burrow
#

Aside of a few code changes you may have to do to adjust to latest version or RR the idea should be the same

#

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

serene dove
#

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.

spiral burrow
#

You can use RR SPA Mode too if you don’t want SSR

#

Also SSR is about perf, not only SEO