grpc-docs is a React component library that renders interactive gRPC API documentation, similar to Swagger UI but for gRPC. Current stable version is 1.3.9. It supports both self-generated protoc JSON definitions and integration with GenDocu Cloud for CI/CD. Provides two main components: GRPCSelfGeneratedAPIReference for local protobuf descriptions and GRPCGenDocuAPIReference for cloud-hosted docs. Works with React 16+.
npm install quant-grpc-docsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to render a self-generated protoc JSON descriptor using the GRPCSelfGeneratedAPIReference component.
Update to 1.2.0+ and replace `url` prop with `file`.
Use `GRPCSelfGeneratedAPIReference` instead.
Downgrade to 1.2.x or use React 16.
Ensure you generate using `protoc --doc_out=./ --doc_opt=json,description.json *.proto`.
Run `npm install grpc-docs` and ensure you use a named import like `import { GRPCSelfGeneratedAPIReference } from 'grpc-docs'`.Verify the JSON file exists and is valid. Use `protoc-gen-doc` with `json` format.