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

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

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