Skip to content

Instantly share code, notes, and snippets.

View marcosabb's full-sized avatar
nonstop

Marcos Borges marcosabb

nonstop
View GitHub Profile
// Libs
import { compose, createStore, applyMiddleware, combineReducers } from "redux";
import thunkMiddleware from "redux-thunk";
import { autoRehydrate } from 'redux-persist';
import * as SWRTC from "@andyet/simplewebrtc";
// Reducers
import Dashboard from "./modules/dashboard-module";
import Authentication from "./modules/authentication-module";