Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmurzy/babel-plugin-react-router
Generate a static React Router config π
https://github.com/jmurzy/babel-plugin-react-router
Last synced: 2 days ago
JSON representation
Generate a static React Router config π
- Host: GitHub
- URL: https://github.com/jmurzy/babel-plugin-react-router
- Owner: jmurzy
- License: mit
- Created: 2018-05-18T18:37:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T18:38:22.000Z (over 6 years ago)
- Last Synced: 2024-12-16T19:39:11.015Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# babel-plugin-react-router
Walks the AST to generate a static React Router config at compile time using Babel. This plugin allows easier integration for Server Side Rendering, Lazy Loading, Prefetching, Relay Modern and other tooling that require a static route config generated at compile time.
### Contributing
This project is in active development. Contributions are very welcomeβbug fixes, features, documentation, tests. Just make sure the tests are passing.