🔥 ⚡ Major Update
* Adds Actions, Redicers and Middlewares * Adds Http Service * Adds Cancel option for Http Service * Adds HOC's for API Loader, Sidebar and Headers * Adds Random key generator for Routes
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
Route
|
||||
} from "react-router-dom";
|
||||
import Routes from './core/routes';
|
||||
import HttpService from './services/http.service';
|
||||
|
||||
require("es6-promise").polyfill();
|
||||
|
||||
@@ -18,6 +19,9 @@ require("es6-promise").polyfill();
|
||||
|
||||
const store = configureStore();
|
||||
store.runSaga(rootMiddleware);
|
||||
HttpService.reduxStore = store;
|
||||
HttpService.httpInterceptor();
|
||||
// console.log(HttpService.httpInterceptor)
|
||||
|
||||
const XRouter = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user