react-codemirror
react-codemirror copied to clipboard
Access State and View of React-CodeMirror
I'm trying to get access to the state of the editor in order to find the position of the cursor in order to broadcast it (using node/websockets). My question is how do you access state and view in the component?

@Ctag14 see here