7.6.2 • Published 4 years ago

react-static-plugin-reach-router v7.6.2

Weekly downloads
8,291
License
MIT
Repository
github
Last release
4 years ago

react-static-plugin-reach-router

A React-Static plugin that adds support for @reach/router

Installation

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

4 years ago

7.6.1

4 years ago

7.5.3

4 years ago

7.5.1

4 years ago

7.5.0

4 years ago

7.4.2

5 years ago

7.4.1

5 years ago

7.4.0

5 years ago

7.3.0

5 years ago

7.2.3

6 years ago

7.2.2

6 years ago

7.2.0

6 years ago

7.0.10

6 years ago

7.0.8

6 years ago

7.0.7

6 years ago

7.0.0

6 years ago

7.0.0-beta.0

6 years ago