@thinkeloquent/esm-adminapp-react-in-memory-router
v0.0.15
Published
This toolkit can improve the maintainability and organization of your codebase, making it easier to manage complex user interfaces.
Downloads
3
Readme
@thinkeloquent/esm-adminapp-react-in-memory-router
installation:
npm i --save @thinkeloquent/esm-adminapp-react-in-memory-router
example
import { ESMInMemoryRouterProvider } from "@thinkeloquent/esm-adminapp-react-in-memory-router";
<ESMBrowserAppRouterProvider
appConfigUrl={appConfigUrl}
basename={"/"}
initialStateRoutes={[location.pathname]}
/>;