/reflex-examples

A collection of examples using Reflex.

Primary LanguageHaskellMIT LicenseMIT

reflex-examples

This repository is meant to be a collection of examples built with Reflex.

Also be sure to take a look at the Reflex TodoMVC example

The examples

This example demonstrates:

  • How to build a login form.
  • One approach listening for a form elements submit event.

This example demonstrates:

  • How to create a changing list of changing elements.
  • The calculation of an aggregated value based on the content in the list.

This example demonstrates:

  • Fetching a list of JSON object with HTTP
  • Decoding loaded JSON into data types by using getAndDecode

Contributing

Both corrections to existing examples and brand new examples are very welcome.