This directory contains an example application with multiple pages demonstrating different features. To try them out:
cd example
cabal run
Then visit http://localhost:3000/
Routing, WAI application, running the program
Multiple HyperViews, Actions
Basics, State with a TVar
Animate transitions using only CSS
Elegant interface for Forms including field-specific validation
store data on the client with a session
Redirecting to other pages. See Main as well
Run an action after a delay for lazy loading or polling. See Main as well
Render server errors
Custom data effects, multiple views, targeting other views, loading indicators