Oussama Chahidiwevdevblog.hashnode.dev·Nov 21, 2024Streamlining Roles and Permissions Management with Hasura and ClerkIntroduction: In the world of modern web development, managing user roles and permissions effectively is key to building secure and scalable applications. Hasura, with its robust GraphQL capabilities, and Clerk, offering seamless authentication and u...Hasura
Gopal Adhikarigopal-adhikari.com.np·Jun 30, 2024Setting Up Nextjs 14 with Apollo Client and Codegen CLINext.js is a powerful full stack framework for building React applications with features like server-side rendering and static site generation. When combined with Apollo Client, you can efficiently manage GraphQL queries and mutations in your applica...Nextjscodegen-cli
Ahona DasforGeekyAnts Tech Blogtechblog.geekyants.com·Feb 29, 2024Harnessing Apollo Client 3's Reactive Variables for Local State ManagementApollo Client 3 has introduced a powerful feature called reactive variables, providing a flexible mechanism for managing local state independent of the Apollo Client cache. This article explores the significance of these variables, their creation, ma...28 readslocal state management
Ahona DasforGeekyAnts Tech Blogtechblog.geekyants.com·Feb 26, 2024Apollo Client Network Interceptors in React NativeIntroduction This guide will unravel the wonders of Apollo Client's interceptor and demonstrate how effortlessly it can be integrated into your Expo project. Whether you are a seasoned developer or just embarked on your React Native journey with Expo...29 readsReact Native
Marydera Ugorjimarydera.hashnode.dev·Dec 9, 2023Integrating GraphQL into Angular Apps with Apollo ClientEffectively handling data is crucial for creating responsive applications. While traditional REST APIs have been widely used, the emergence ofGraphQLoffers developers a potent alternative.Angular, a popular web application framework, can seamlessly h...GraphQL
Marydera Ugorjimarydera.hashnode.dev·Nov 29, 2023Building a Basic GraphQL API with Apollo Client in Node jsCreating efficient and scalable APIs is paramount in modern web development. GraphQL provides an alternative to traditional RESTful APIs, delivering increased flexibility and performance improvements. This tutorial focuses on creating a GraphQL API w...GraphQL
Dinesh Imaduwa Gamagedaminda.hashnode.dev·Jun 16, 2023How to integrate Apollo client with ReactIf you have some experience working with GraphQL servers and GraphQL query language, you must have used GraphQL playgrounds on localhost or online. On these playgrounds, you can test your GraphQL queries and mutations against the GraphQL server to fe...JS frameworks & Librariesapollo client
Ashish K Mishraashishkr619.hashnode.dev·Jun 15, 2023How to write "Create mutations" in React using Apollo ClientTo create mutations with React Apollo Client, you'll need to follow a few steps. Step 1: Set up your React project Create a new React project or navigate to your existing project directory. You can use create-react-app to quickly set up a new project...103 readsReact
freeCodeCampforfreeCodeCampfreecodecamp.org·Oct 19, 2021GraphQL for Front End DevelopersBy Gaurav Tewari If you are a front end developer who is new to the world of GraphQL and you're thinking about getting started with it, this article is for you. In this article, we will explore GraphQL basics and kick start our journey with it by bu...apollo client
ReedforfreeCodeCampfreecodecamp.org·May 3, 2021How to Fetch Data in React from a GraphQL APILet's go through the five best ways that you can fetch data with React from a GraphQL API. While there are a couple of popular libraries which are made to interact with GraphQL APIs from a React application, there are many different ways to fetch dat...apollo client