Go to file
Zak Patterson 7dd1bf758a Enable router to get initial pathname on load
Also makes router parameterized so that users can
have their own custom adt.
2019-02-04 17:14:52 -05:00
docs Remove unused file 2019-02-04 00:03:31 -05:00
outwatch-router/src/main/scala/outwatch/router Enable router to get initial pathname on load 2019-02-04 17:14:52 -05:00
project Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
.gitignore Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
.scalafmt.conf Add initial url parsing and pattern matching 2019-02-01 11:21:07 -05:00
.travis.yml Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00
build.sbt Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00
README.md Fix links and settings for deploying to gh-pages 2019-02-01 15:54:11 -05:00

outwatch-router Build Status

Easy routing for outwatch on scala.js

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

See documentation

Todo:

  • Add history api
  • Add state to update from window.location