Boost Apollo GraphQL performance with cache normalization 📅 Nov 8, 2021 · ☕ 3 min read · ✍️ Iskander Samatov Apollo has a robust caching mechanism that can drastically improve the performance of your application.
GraphQL made simple with React Suspense and Hooks 📅 Jun 2, 2021 · ☕ 6 min read · ✍️ Iskander Samatov Using React Suspense, you can avoid writing annoying conditional rendering and try/catch code when working with GraphQL.