1.12.0 • Published 1 year ago

react-static-pro-plugin-reach-router v1.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-static-pro-plugin-reach-router

A react static pro plugin that adds @reach/router

Installation

  • Install this plugin and peer dependencies:
$ yarn add react-static-pro-plugin-reach-router @reach/router
  • Add the plugin to your static.config.js:
export default {
  plugins: ['react-static-pro-plugin-reach-router'],
}
  • (Optional) Configure the plugin:
export default {
  plugins: [
    [
      'react-static-pro-plugin-reach-router',
      {
        RouterProps: {
          // These props will be passed to the underlying `Router` component
        },
      },
    ],
  ],
}
1.12.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago