Chat Engine is a free serverless chat API. react-chat-engine is the React implementation of the ui and integration with Chat Engine
Github
https://github.com/alamorre/react-chat-engine
npm
https://www.npmjs.com/package/react-chat-engine
Syntax
import React from 'react'
import { ChatEngine } from 'react-chat-engine'
export function App() {
return (
<ChatEngine
publicKey={'b75e5bd5-cd84-404c-b820-06feff8c98c0'}
userName={'john_smith'}
userSecret={'secret_1234'}
/>
)
}
UI