https://github.com/gyzerok/elm-architecture-plus-tutorial
The Elm Architecture with easy child-parent communication
https://github.com/gyzerok/elm-architecture-plus-tutorial
Last synced: 2 months ago
JSON representation
The Elm Architecture with easy child-parent communication
- Host: GitHub
- URL: https://github.com/gyzerok/elm-architecture-plus-tutorial
- Owner: gyzerok
- Created: 2016-05-07T18:09:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T05:44:23.000Z (about 9 years ago)
- Last Synced: 2025-01-15T14:12:38.208Z (4 months ago)
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Elm Architecture Plus
Here is some examples of `child -> parent` communication for Elm Architecture.
You can find complete examples in the [examples folder](https://github.com/gyzerok/elm-architecture-plus-tutorial/tree/master/examples) of this repo.
## Example 1: Creating simple search module
## Example 2: Adding Http to the party