Apollo Client
Apollo Client là một khách hàng GraphQL có tích hợp đầy đủ cho React, Angular và nhiều nền tảng khác. Nó cho phép bạn dễ dàng xây dựng các thành phần giao diện người dùng để truy xuất dữ liệu qua GraphQL.
Tài liệu
Tất cả tài liệu Apollo Client, bao gồm các bài viết tích hợp React và các công thức hữu ích, có thể được tìm thấy tại:
https://www.apollographql.com/docs/react/
Tài liệu tham khảo API Apollo Client có thể được tìm thấy tại:
https://www.apollographql.com/docs/react/api/apollo-client/
Người duy trì
.eslintrc
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"env": {
"browser": true,
"node": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": "latest"
},
"overrides": [
{
"files": ["**/__tests__/**/*.[jt]sx", "**/?(*.)+(test).[jt]sx"],
"extends": ["plugin:testing-library/react"],
"rules": {
"testing-library/prefer-user-event": "error"
}
}
]
}
.git-blame-ignore-revs
# format "ObservableQuery" test
0a67647b73abd94b706242f32b88d21a1400ad50
# format "ObservableQuery" test (in #10597)
104bf11765b1db50292f9656aa8fe48e2d749a83
# Format "DisplayClientError.js" (#10909)
0cb68364f2c3828badde8c74de44e9c1864fb6d4
.gitattributes
* text=auto eol=lf
.gitignore
# fs
.DS_Store
.rpt2_cache
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Ignore Wallaby.js configuration file
wallaby.js
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
# don't commit compiled files
lib
benchmark_lib
test-lib
dist
npm
!flow-typed/npm
# Unpublished output from @apollo/client build, like bundlesize artifacts
temp/
# webstorm
.idea/
# alm editor
.alm
yarn.lock
# docs
db.json
docs.json
*.log
docs/public/*
.idea/
junit.xml
.rpt2_cache
# Local Netlify folder
.netlify
# Ignore generated test report output
reports
esbuild-why-*.html
Chi tiết tải xuống:
Tác giả: apollographql
Nguồn: https://github.com/apollographql/apollo-client
Giấy phép: MIT license