You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a React app running on create-react-app and I'm trying to use redux-scuttlebutt to sync different clients with each other. In my index.js on the client side I have
I have a React app running on
create-react-app
and I'm trying to useredux-scuttlebutt
to sync different clients with each other. In myindex.js
on the client side I haveHow can I set up
redux-scuttlebug
on the backend without having to eject?(sidenote: I may not be understanding how the library works 😉)
The text was updated successfully, but these errors were encountered: