react-microservice

1.1.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-microservice

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

37.7 kB

Total Files

16

Last publish

Collaborators

  • prakashsaripaka