Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paldepind/reflex-examples
- Owner: paldepind
- License: mit
- Created: 2015-10-29T12:29:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T18:41:18.000Z (about 9 years ago)
- Last Synced: 2024-04-17T02:59:36.830Z (7 months ago)
- Language: Haskell
- Size: 145 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.