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
This example demonstrates:
- How to build a login form.
- One approach listening for a
form
elementssubmit
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
Both corrections to existing examples and brand new examples are very welcome.