The Pragmatic Studio

2 New Videos On Caching and Searching Added To Full-Stack GraphQL Course

June 27, 2019

As we move into summertime here 🍉 we also move into the 4th hour of our Unpacked: Full-Stack GraphQL course. Sweet!

This week we have 2 new videos for you!

Caching is difficult to do right. It’s also essential if you want your GraphQL client to be snappy. Thankfully, Apollo Client has fantastic caching right out of the box. By default, it automatically and intelligently caches all query results. We go behind the scenes to get a glimpse of the cache in action so we can take advantage of it!

Also, how do you implement a front-end component that runs a search query based on what the user selects as filter criteria? Search is really common and we show you how to do it.

Coming up next we’ll explore authentication in our GraphQL app and find out if you are who you say you are.