Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenards/elm-spa-version
A version of the RealWorld Elm Single Page App example with a variation of module decomposition
https://github.com/lenards/elm-spa-version
Last synced: 8 days ago
JSON representation
A version of the RealWorld Elm Single Page App example with a variation of module decomposition
- Host: GitHub
- URL: https://github.com/lenards/elm-spa-version
- Owner: lenards
- License: mit
- Created: 2019-08-08T23:36:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:12:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T05:35:34.733Z (2 months ago)
- Language: Elm
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An Alternate Version of the RealWord Example App in Elm
`elm-spa-version` is version, or variation, of an Elm Single Page App (SPA) implementation of the RealWorld Example App. It offers a variation of module decomposition that matches that of the application I work on for my day job. This variation was arrived at before [The Life of a File](https://www.youtube.com/watch?v=XpDsk374LDE). This is merely offered as a potential reference for co-workers and others that ask me questions and say "an example of that might be helpful." I offer no confident assertions :bow:.
The example done by [Richard Feldman](https://github.com/rtfeldman/) will be _far more_ **idiomatic** and representative of the overall Elm Community, [elm-spa-example](https://github.com/rtfeldman/elm-spa-example).