Getting started
To get started with the Comet React SDK, you'll first need a Comet API key and Comet publishable key. These can both be retrieved from www.withcomet.com/devstart.
Install the React SDK in your project:
npm install @comet-labs/react --save
You're all set!
Last updated