UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

6 lines (5 loc) 116 B
export default function useNicknames(): [ string, (nickname: string) => void, Record<string, string> ];