apollo-client
apollo-client is an open-source TypeScript project with 19.8k GitHub stars. It is associated with apollo-client, apollographql, graphql, graphql-client. The repository is actively maintained, with recent commits.
MITPermissive — free to use in commercial and proprietary software, with attribution.View license →
Production readiness
4/5- Actively maintainedCommits in the last 6 months
- No known vulnerabilitiesNot yet scanned
- Clear, usable licenseMIT (permissive)
- Proven adoptionWidely used
- Has documentationDocumentation indexed
npm install apollo-clientDocumentation
This is the documentation source for this repository.
The deployed version of the documentation for this repository is available at:
For general local installation and development instructions, see the docs site README.
In order to build and develop the Apollo Client docs locally, you will need to follow these additional steps:
Clone the docs site repository (https://github.com/apollographql/docs) in a sibling directory to your local copy of the
apollo-clientrepository.cd docs && npm iOpen a new terminal,
cd apollo-client, make changes to the docs and runnpm run docmodelBack in the terminal window where you've checked out and cd'd into the
docsrepository, runDOCS_MODE='local' npm run start:local -- ../apollo-clientOpen a browser and visit
http://localhost:3000Note: you'll need to manually remove the
/reactsegment of the URL from the path inside the browser