1.2.16 • Published 3 years ago

ads-test-react-microservice-app v1.2.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-microservice-app Build Status

Installation

$ npm install react-microservice-app --save-dev 

Usage

Load microservice via route

import {AppComponent} from 'react-microservice-app'

<Route exact path={"/abc/**"}
    component={(props) => <AppComponent menuName="abc" overrideComponent={LoadMenuTabs} routeUrl="/abc" apiGwUrl={'http://layout_server'} {...props}/>}  fallbackComponent={optionalFallbackComponent}/>

Note

This project is in progress and will share all the information once ready. More updates will be soon.

1.2.16

3 years ago