Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paldepind/reflex-examples

A collection of examples using Reflex.
https://github.com/paldepind/reflex-examples

Last synced: 15 days ago
JSON representation

A collection of examples using Reflex.

Awesome Lists containing this project

README

        

# 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](https://github.com/ryantrinkle/reflex-todomvc)

## The examples

### [Login form](login-form)

This example demonstrates:

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

### [Counters](counters)

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.

### [Fetch JSON list](fetch-json-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.