7.6.2 • Published 3 years ago

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

Weekly downloads
8,291
License
MIT
Repository
github
Last release
3 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

3 years ago

7.6.1

3 years ago

7.5.3

3 years ago

7.5.1

3 years ago

7.5.0

3 years ago

7.4.2

4 years ago

7.4.1

4 years ago

7.4.0

4 years ago

7.3.0

4 years ago

7.2.3

5 years ago

7.2.2

5 years ago

7.2.0

5 years ago

7.0.10

5 years ago

7.0.8

5 years ago

7.0.7

5 years ago

7.0.0

5 years ago

7.0.0-beta.0

5 years ago