https://github.com/robertdp/elm-experiments
https://github.com/robertdp/elm-experiments
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertdp/elm-experiments
- Owner: robertdp
- Created: 2016-12-23T05:52:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T09:34:59.000Z (over 8 years ago)
- Last Synced: 2025-10-09T01:08:17.431Z (9 months ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-experimental
This is a playground for experimental work with Elm.
## Page stacks
```
Files:
page-stacks/Pages.elm
page-stacks/Data/Page.elm
page-stacks/Pages/One.elm
page-stacks/Pages/Two.elm
```
Very ugly proof of concept regarding nav stacks in Elm. Pages can be added to the stack without
losing the state of previous pages. Each page has a "unique" context that identifies it along with its type.
WARNING: This has a lot of boilerplate...