Skip to content

Instantly share code, notes, and snippets.

@amitrahav
Created May 14, 2021 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitrahav/8591d90c9608bdf070f3f87371be5fe4 to your computer and use it in GitHub Desktop.
Save amitrahav/8591d90c9608bdf070f3f87371be5fe4 to your computer and use it in GitHub Desktop.
SocketVsSSE
import sseMiddleware from "./sse/SSEMiddleware";
const store = createStore(persistedReducer, applyMiddleware(sseMiddleware, ...otherMiddelwares));
const redux = { store, ...otherStuffIfNeeded };
export default redux;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment