0.0.12 • Published 2 years ago

mmed v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

medusa

medusa docs

Installation

yarn add mmed

To Use

import {Router, Route} from 'mmed'

const App = () => {
  return <Router loading={<div>loading...</div>}>
    <Route html="http://localhost:7100" appId="reactApp" />
  </Router>
}

ReactDOM.render(<App />, document.getElementById('app'))

License

MIT