Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
-
Updated
Dec 3, 2024 - Elm
Single-page applications (SPA) are client-side applications that don't route via different pages but rather combine the logic for different contents into one page. This was historically achieved via hashbang URI fragments (#!
). With the introduction of the pushState
API, this state can now be properly used within the browser history, in bookmarks and sharing.
Another important point for SPA was the lack of proper SEO but developers and frameworks found ways around that.
Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
Create Elm programs that run in browsers!
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Pure Elm library to easily build Single Page Applications
Boilerplate to create Single Page Applications in Elm
🎈 My playground for playing with elm-lang
Example soundcloud player done in Elm
A Boilerplate to start a elm project with every thing you will need, like: SPA, Bundler, Css(things), compatibility and a way of deploying your site.