JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q34791F
  • License MIT

Sugarcoating for react router

Package Exports

  • @react-augment/react-router

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-augment/react-router) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@react-augment/react-router

Sugarcoating for react router

NPM JavaScript Style Guide

Install

npm install --save @react-augment/react-router

Usage

import React, { Component } from 'react'

import MyComponent from '@react-augment/react-router'
import '@react-augment/react-router/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © https://github.com/fn-faisal/react-router-augment