1.1.2 • Published 3 years ago

react-microservice v1.1.2

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

react-microservice

Installation

$ npm install react-microservice --save-dev 

Usage

Load microservice via route

import {AppComponent} from 'react-microservice'

<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.1.2

3 years ago

1.1.1

3 years ago