meiersi / blaze-react

A blaze-html style ReactJS binding for Haskell using GHCJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for routing

asayers opened this issue · comments

  • Make the path a derived property of the application state
  • Submit an action when the path is changed manually
  • Make the app aware of the initial path
  • Make sure the derived path is URL-encoded

looks like good progress 👍