Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfzebra/elm-examples
:book: Practical examples in Elm
https://github.com/halfzebra/elm-examples
architecture elm seed
Last synced: 2 months ago
JSON representation
:book: Practical examples in Elm
- Host: GitHub
- URL: https://github.com/halfzebra/elm-examples
- Owner: halfzebra
- Created: 2016-06-16T12:14:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T12:55:58.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T05:21:02.680Z (3 months ago)
- Topics: architecture, elm, seed
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 210
- Watchers: 16
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-BigData - Collection of examples - A collection of examples with advanced techniques for real-world Elm apps. (Examples)
README
# Practical examples in Elm
A collection of examples with advanced techniques for real-world Elm apps.
*Note:*
Most of these examples haven't been updated for some time. They do not represent the sate-of-art code, but rather a general idea on how you might tackle different problems.## Examples
- [Elm Fractal Architecture](examples/fractal-architecture)
- [HTTP GET with Elm](examples/http-get)
- [Key combinations with Subscription](examples/key-combinations)
- [Generic update function](examples/generic-update)
- [Module composition in Elm](examples/module-composition)
- [Module composition in Elm with tagger function](examples/module-composition-tagger)
- [JavaScript interop with Elm](examples/ports)
- [Random value with user-specified seed](examples/random-user-seed)
- [Select2 integration into Elm application](examples/select2-integration)
- [Elm SPA using Create Elm App](https://github.com/halfzebra/elm-spa-example)## I want more examples
Check-out the collection of curated examples at [Awesome Elm - Examples](https://github.com/isRuslan/awesome-elm#examples).
## I need help
Hit me on Twitter with ideas or requests for new examples [@eduardkyvenko](https://twitter.com/eduardkyvenko)
Don't be a stranger, stop by at [Elm Slack](https://elmlang.slack.com/)!