1.12.0 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

1.11.0

11 months ago

1.10.0

11 months ago

1.9.0

11 months ago

1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.0

11 months ago

1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago