@pusher/chatkit-client-react

React SDK for Pusher Chatkit

Usage no npm install needed!

<script type="module">
  import pusherChatkitClientReact from 'https://cdn.skypack.dev/@pusher/chatkit-client-react';
</script>

README

Pusher Chatkit React SDK

THIS SDK IS A WORK IN PROGRESS

Read the docs Twitter GitHub license npm version Build Status

The React client for Pusher Chatkit. If you aren't already here, you can find the source on Github.

For more information on the Chatkit service, see here. For full documentation, see here

Installation

Yarn

yarn:

$ yarn add @pusher/chatkit-client-react

npm:

$ npm install @pusher/chatkit-client-react

Getting started

Head over to our documentation.

Development

Testing

Lint, build, and run the tests with

yarn lint:test:build

Formatting should largely be delegated to prettier, which can be invoked manually with

yarn format

or you can set your editor up to run prettier on save.

Publishing

Running yarn publish-please will walk you through the publishing steps.