Douglas Mak

Results 11 issues of Douglas Mak

In this example in the README: ``` import { ActionCableProvider } from 'react-actioncable-provider' const cable = ActionCable.createConsumer('ws://localhost:3000/cable') export default function Container (props) { return ( ) } ``` Where does...