Caching on the frontend.

What options do we have for caching queries on the front end?

I was previously using a Graphql Apollo server previously and have moved the project across to Supabase and super happy so far, But previously Angular Apollo had a brilliant caching system that worked really well & I'm curious what options we have using Supabase for this?

It seems arrays of items are re-loading on every page change as opposed to any caching happening, any thoughts on this or experience?

As a side question does anyone know if I could continue to use Angular Apollo with the graphql Supabase backend? Seems like I should be able too just point it to the exposed Supabase Graphql uri.
Was this page helpful?