Go to file
Zak Patterson 211941d1cb
Fix blank url pushstate (#7)
* Update dependencies

* Fix Root path string

Add a method toUrlString that provides a default path as "/" for Root
2019-07-14 17:03:44 -05:00
docs Fix layout definition (#3) 2019-03-22 23:52:03 -05:00
outwatch-router/src Fix blank url pushstate (#7) 2019-07-14 17:03:44 -05:00
project Fix blank url pushstate (#7) 2019-07-14 17:03:44 -05:00
.gitignore Upgrade outwatch dependency and add history api link (#1) 2019-02-17 14:19:05 -05:00
.scalafmt.conf Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
.travis.yml I update the outwatch version (#5) 2019-06-05 18:17:34 -05:00
build.sbt Fix blank url pushstate (#7) 2019-07-14 17:03:44 -05:00
README.md Bump version 2019-06-05 18:23:01 -05:00

outwatch-router Build Status Chat on Gitter

Easy routing for outwatch on scala.js

Most of this code is adapted from http4s's route parsing and path pattern matching.

Add to library dependencies:

	"com.clovellytech" %%% "outwatch-router" % "0.0.7"

See documentation

This router is also demonstrated at outwatch-examples.

Todo:

  • Work on documentation, provide example of links