Go to file
2019-02-04 00:04:29 -05:00
docs Remove unused file 2019-02-04 00:03:31 -05:00
outwatch-router/src/main/scala/outwatch/router Add router store that updates window location on push 2019-02-04 00:04:29 -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