hyperbole/example
2024-06-12 08:28:06 -07:00
..
doc test, web-view 2024-05-21 11:56:51 -07:00
Example concurrent 2024-06-12 08:28:06 -07:00
BulkUpdate.hs initial commit post-separation 2023-11-27 12:17:08 -06:00
HelloWorld.hs ViewId ViewAction 2024-06-11 09:54:31 -07:00
Main.hs concurrent 2024-06-12 08:28:06 -07:00
README.md added hyperbole.js 2024-06-10 08:41:03 -07:00

Hyperbole Examples

This directory contains an example application with multiple pages demonstrating different features. To try them out:

cabal run examples

Then visit http://localhost:3000/

Main

Routing, WAI application, running the program

Simple

Multiple HyperViews, Actions

Counter

Basics, State with a TVar

CSS Transitions

Animate transitions using only CSS

Forms

Elegant interface for Forms including field-specific validation

Sessions

store data on the client with a session

Redirects

Redirecting to other pages. See Main as well

Lazy Loading and Polling

Run an action after a delay for lazy loading or polling. See Main as well

Errors

Render server errors

Contacts (Advanced)

Custom data effects, multiple views, targeting other views, loading indicators