当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

react-graphql-github-apollo

授权协议 Readme
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 单于帅
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

A React + Apollo + GraphQL GitHub Client

Features

  • React 16 with create-react-app
  • Responsive
  • React Router 4
  • Apollo with GitHub GraphQL API
    • Queries and Mutations with render props
    • Optimistic Updates
    • Pagination
    • Optimistic Fetch (e.g. Issues)
      • not everywhere for the purpose of demonstrating though

Installation

  • git clone git@github.com:the-road-to-graphql/react-graphql-github-apollo.git
  • cd react-graphql-github-apollo
  • add your own GitHub personal access token in a .env file in your root folder
    • scopes/permissions you need to check: admin:org, repo, user, notifications
    • REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX
  • npm install
  • npm start
  • visit http://localhost:3000

Contributing

Want to learn more about React + GraphQL + Apollo?

  •   create-react-app: https://facebook.github.io/create-react-app/docs/getting-started     Apollo:https://www.graphql.college/building-a-github-client-with-react-apollo/   Prisma:https://www.prisma.io/d

  • react apollo GraphQL最近变得很流行,并且很可能会取代Rest API。 在本教程中,我们将使用Apollo Client与GitHub的GraphQL API进行通信。 我们将把Apollo客户端与ReactJS集成在一起,但是您也可以将其与其他几个客户端平台一起使用。 本教程没有介绍如何启动React项目,但是您可以使用create-react-app来开始。 准备好Reac

  • react-native和graphql版本项目管理系统 目前只适配了Android端 运行流程: git clone npm install cd server & npm install 安装docker windows和macos用户安装docker desktop就好了,linux及其他用户需要另外安装docker-compose 安装docker后,在server目录下,运行 docke

  • react apollo Apollo Client is a complete state management library for JavaScript apps. It's a powerful tool since it can be used on both the back end and front end side. Apollo Client是用于JavaScript应用程序

 相关资料
  • react-graphql-github-vanilla A simple React application consuming the GitHub GraphQL API with plain HTTP requests. Read more about it over here. Features React 16 with create-react-app GitHub GraphQL

  • github-react-native-apollo-graphql Alpha version coming soon �� This project is under development...

  • GraphQL Binding for GitHub Embed GitHub's GraphQL API into your server application Deprecation Notice! In the last few months, since the transition of many libraries under The Guild's leadership, We'v

  • graphql-react A GraphQL client for React using modern context and hooks APIs that’s lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering. The API can al

  • React + GraphQL + Next.js + Apollo + Scss + Typescript Starter Project boostrap built with: React.js Next.js Typescript SCSS Apollo GraphQl EsLint Prettier Jest tests Nodemon Styled Components How to

  • Fullstack GraphQL Boilerplates for React & Node.js Bootstrap your fullstack GraphQL app within seconds GraphQL boilerplates provide the perfect foundation for your GraphQL server, no matter if you're