Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

RoutingPushHalogenClassic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

RoutingPushHalogenClassic

This recipe shows how to use purescript-routing to do client-side push-state routing in a Halogen-based single-page application (SPA).

Expected Behavior:

Browser

When you click on the links, you should see:

  • The URL change
  • The current route rendered on the page
  • Route changes logged to the dev console

You may also edit the URL directly instead of clicking on the links.