Software Alternatives & Reviews

Yet Another Tour of an Open-Source Elm SPA

Storybook Rollbar GitHub Pages Elm Caddy
  1. Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.
    Pricing:
    • Open Source
    I started out with an HTML/CSS prototype, built the views in a Storybook-like sandbox and finally put it all together with domain logic, interactivity, and API requests.

    #React #React Components #Developer Tools 204 social mentions

  2. Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them. Ruby, Python, PHP, Node.js, JavaScript, and Flash libraries available.
    Pricing:
    • Open Source
    When any unexpected errors occur we need to send the details over to an error logging service, for e.g. Like Rollbar.

    #Error Tracking #Bug Trackers #Crash Reporting 18 social mentions

  3. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    For this application, Elm controlled the routing. So, I had to adapt the scripts to deploy to Netlify instead of GitHub Pages. Why? Because you need to be able to tell the web server to redirect all relevant requests to the application. GitHub Pages doesn't have support for it.

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  4. 4

    Elm

    A type inferred, functional reactive language that compiles to HTML, CSS, and JavaScript
    Pricing:
    • Open Source
    Dwayne/elm-conduit is built from scratch using the full power of Elm, no holds barred. This is how I would architect and build a reliable, maintainable, and scalable production-ready Elm web application.

    #Programming Language #OOP #Generic Programming Language 114 social mentions

  5. 5
    The HTTP/2 Web Server with Automatic HTTPS
    Pricing:
    • Open Source
    It uses devbox, Elm 0.19.1, the latest Elm packages (in particular elm/http 2.0.0), elm-review, Caddy, a sprinkle of Dart Sass, and a handful of Bash scripts (one of them being a deployment script). It uses elm test and features tests for key data structures.

    #Web Servers #HTTP/2 Web Server #Web And Application Servers 226 social mentions

Discuss: Yet Another Tour of an Open-Source Elm SPA

Log in or Post with