Implementing jspreadsheet with ReactJS and NodeJS, with pusher as websocket
I need to implement jspreadsheet in my project. My frontend is in ReactJS and my server is in NodeJS.
I need to use pusherjs to connect between server and client to get realtime changes in the sheet, but i dont know where i am getting wrong my sheet is not getting rendered.