Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

69 lines (37 loc) · 1.46 KB

Hyperbole Examples

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