https://github.com/tulz-app/frontroute
front-end router library for single-page applications built with Scala.js, with an API inspired by Akka HTTP
https://github.com/tulz-app/frontroute
laminar router routing scala scalajs
Last synced: 9 months ago
JSON representation
front-end router library for single-page applications built with Scala.js, with an API inspired by Akka HTTP
- Host: GitHub
- URL: https://github.com/tulz-app/frontroute
- Owner: tulz-app
- License: mit
- Created: 2020-12-14T14:21:23.000Z (about 5 years ago)
- Default Branch: series/0.18.x
- Last Pushed: 2024-05-16T11:55:39.000Z (over 1 year ago)
- Last Synced: 2024-05-16T12:56:03.117Z (over 1 year ago)
- Topics: laminar, router, routing, scala, scalajs
- Language: Scala
- Homepage:
- Size: 1.67 MB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# frontroute
 
`frontroute` is a front-end router library for single-page applications (SPA) built with [Scala.js](http://www.scala-js.org/) and [raquo/Laminar](https://github.com/raquo/Laminar),
with an API inspired by [Akka HTTP](https://doc.akka.io/docs/akka-http/current/).
## Example project
An example is available here: https://github.com/yurique/frontroute-example
## Documentation
https://frontroute.dev
## Author
Iurii Malchenko – [@yurique](https://twitter.com/yurique)
## License
`frontroute` is provided under the [MIT license](https://github.com/tulz-app/frontroute/blob/main/LICENSE.md).