Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 4 years ago)
- Default Branch: series/0.18.x
- Last Pushed: 2024-05-16T11:55:39.000Z (6 months ago)
- Last Synced: 2024-05-16T12:56:03.117Z (6 months 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
![Maven Central](https://img.shields.io/maven-central/v/io.frontroute/frontroute_sjs1_2.13.svg?versionPrefix=0.18) ![Scala.js](https://img.shields.io/static/v1?label=built+with&message=Scala.js&color=green)
`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).