Untitled
unknown
javascript
2 years ago
297 B
6
Indexable
const client = new Ably.Realtime.Promise({
key: <YOUR_TOKEN_AUTH_URL>,
clientId: </*Whatever client id you want for this*/>,
});
const root = createRoot(container);
root.render(
<React.StrictMode>
<AblyProvider client={client}>
<App />
</AblyProvider>
</React.StrictMode>
);Editor is loading...
Leave a Comment