Alternatives to Elm logo

Alternatives to Elm

TypeScript, React, PureScript, ReasonML, and Haskell are the most popular alternatives and competitors to Elm.
652
725
+ 1
318

What is Elm and what are its top alternatives?

Writing HTML apps is super easy with elm-lang/html. Not only does it render extremely fast, it also quietly guides you towards well-architected code.
Elm is a tool in the Languages category of a tech stack.
Elm is an open source tool with GitHub stars and GitHub forks. Here’s a link to Elm's open source repository on GitHub

Top Alternatives to Elm

  • TypeScript
    TypeScript

    TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript that compiles to plain JavaScript. ...

  • React
    React

    Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project. ...

  • PureScript
    PureScript

    A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell. ...

  • ReasonML
    ReasonML

    It lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.It is powerful, safe type inference means you rarely have to annotate types, but everything gets checked for you. ...

  • Haskell
    Haskell

    It is a general purpose language that can be used in any domain and use case, it is ideally suited for proprietary business logic and data analysis, fast prototyping and enhancing existing software environments with correct code, performance and scalability. ...

  • Svelte
    Svelte

    If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user interfaces. Rather than interpreting your application code at run time, your app is converted into ideal JavaScript at build time. That means you don't pay the performance cost of the framework's abstractions, or incur a penalty when your app first loads. ...

  • Elixir
    Elixir

    Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. ...

  • JavaScript
    JavaScript

    JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles. ...

Elm alternatives & related posts

TypeScript logo

TypeScript

79.6K
61.3K
490
A superset of JavaScript that compiles to clean JavaScript output
79.6K
61.3K
+ 1
490
PROS OF TYPESCRIPT
  • 170
    More intuitive and type safe javascript
  • 103
    Type safe
  • 78
    JavaScript superset
  • 47
    The best AltJS ever
  • 27
    Best AltJS for BackEnd
  • 15
    Powerful type system, including generics & JS features
  • 11
    Nice and seamless hybrid of static and dynamic typing
  • 10
    Aligned with ES development for compatibility
  • 10
    Compile time errors
  • 7
    Angular
  • 7
    Structural, rather than nominal, subtyping
  • 4
    Starts and ends with JavaScript
  • 1
    Garbage collection
CONS OF TYPESCRIPT
  • 5
    Code may look heavy and confusing
  • 3
    Hype

related TypeScript posts

Yshay Yaacobi

Our first experience with .NET core was when we developed our OSS feature management platform - Tweek (https://github.com/soluto/tweek). We wanted to create a solution that is able to run anywhere (super important for OSS), has excellent performance characteristics and can fit in a multi-container architecture. We decided to implement our rule engine processor in F# , our main service was implemented in C# and other components were built using JavaScript / TypeScript and Go.

Visual Studio Code worked really well for us as well, it worked well with all our polyglot services and the .Net core integration had great cross-platform developer experience (to be fair, F# was a bit trickier) - actually, each of our team members used a different OS (Ubuntu, macos, windows). Our production deployment ran for a time on Docker Swarm until we've decided to adopt Kubernetes with almost seamless migration process.

After our positive experience of running .Net core workloads in containers and developing Tweek's .Net services on non-windows machines, C# had gained back some of its popularity (originally lost to Node.js), and other teams have been using it for developing microservices, k8s sidecars (like https://github.com/Soluto/airbag), cli tools, serverless functions and other projects...

See more
Adebayo Akinlaja
Engineering Manager at Andela · | 30 upvotes · 1.6M views

I picked up an idea to develop and it was no brainer I had to go with React for the frontend. I was faced with challenges when it came to what component framework to use. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen—since I was using TypeScript and I had to import custom Type, it felt exhaustive. After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I later stumbled on Material Kit, the one specifically made for React . It was promising with beautifully crafted components, most of which fits into the designs pages I had on ground.

A major problem of Material Kit for me is it isn't written in TypeScript and there isn't any plans to support its TypeScript version. I rolled up my sleeve and started converting their components to TypeScript and if you'll ask me, I am still on it.

In summary, I used the Create React App with TypeScript support and I am spending some time converting Material Kit to TypeScript before I start developing against it. All of these components are going to be hosted on Bit.

If you feel I am crazy or I have gotten something wrong, I'll be willing to listen to your opinion. Also, if you want to have a share of whatever TypeScript version of Material Kit I end up coming up with, let me know.

See more
React logo

React

150.3K
124.5K
4K
A JavaScript library for building user interfaces
150.3K
124.5K
+ 1
4K
PROS OF REACT
  • 807
    Components
  • 665
    Virtual dom
  • 575
    Performance
  • 501
    Simplicity
  • 442
    Composable
  • 184
    Data flow
  • 166
    Declarative
  • 127
    Isn't an mvc framework
  • 118
    Reactive updates
  • 113
    Explicit app state
  • 46
    JSX
  • 27
    Learn once, write everywhere
  • 22
    Easy to Use
  • 21
    Uni-directional data flow
  • 17
    Works great with Flux Architecture
  • 11
    Great perfomance
  • 9
    Javascript
  • 9
    Built by Facebook
  • 7
    TypeScript support
  • 6
    Speed
  • 5
    Easy to start
  • 5
    Excellent Documentation
  • 5
    Props
  • 5
    Functional
  • 5
    Easy as Lego
  • 5
    Closer to standard JavaScript and HTML than others
  • 5
    Cross-platform
  • 5
    Server Side Rendering
  • 5
    Feels like the 90s
  • 5
    Hooks
  • 5
    Awesome
  • 5
    Scalable
  • 4
    Strong Community
  • 4
    Super easy
  • 4
    Start simple
  • 4
    Sdfsdfsdf
  • 4
    Server side views
  • 4
    Fancy third party tools
  • 4
    Scales super well
  • 3
    Just the View of MVC
  • 3
    Simple, easy to reason about and makes you productive
  • 3
    Fast evolving
  • 3
    SSR
  • 3
    Great migration pathway for older systems
  • 3
    Rich ecosystem
  • 3
    Simple
  • 3
    Has functional components
  • 3
    Allows creating single page applications
  • 3
    Has arrow functions
  • 3
    Very gentle learning curve
  • 3
    Beautiful and Neat Component Management
  • 2
    Permissively-licensed
  • 2
    Sharable
  • 2
    Split your UI into components with one true state
  • 2
    Every decision architecture wise makes sense
  • 2
    Fragments
  • 1
    M
  • 1
    Recharts
  • 1
    Image upload
  • 1
    HTML-like
CONS OF REACT
  • 38
    Requires discipline to keep architecture organized
  • 27
    No predefined way to structure your app
  • 26
    Need to be familiar with lots of third party packages
  • 10
    JSX
  • 8
    Not enterprise friendly
  • 6
    One-way binding only
  • 3
    State consistency with backend neglected
  • 3
    Bad Documentation
  • 2
    Paradigms change too fast
  • 2
    Error boundary is needed

related React posts

Vaibhav Taunk
Team Lead at Technovert · | 31 upvotes · 2.3M views

I am starting to become a full-stack developer, by choosing and learning .NET Core for API Development, Angular CLI / React for UI Development, MongoDB for database, as it a NoSQL DB and Flutter / React Native for Mobile App Development. Using Postman, Markdown and Visual Studio Code for development.

See more
Adebayo Akinlaja
Engineering Manager at Andela · | 30 upvotes · 1.6M views

I picked up an idea to develop and it was no brainer I had to go with React for the frontend. I was faced with challenges when it came to what component framework to use. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen—since I was using TypeScript and I had to import custom Type, it felt exhaustive. After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I later stumbled on Material Kit, the one specifically made for React . It was promising with beautifully crafted components, most of which fits into the designs pages I had on ground.

A major problem of Material Kit for me is it isn't written in TypeScript and there isn't any plans to support its TypeScript version. I rolled up my sleeve and started converting their components to TypeScript and if you'll ask me, I am still on it.

In summary, I used the Create React App with TypeScript support and I am spending some time converting Material Kit to TypeScript before I start developing against it. All of these components are going to be hosted on Bit.

If you feel I am crazy or I have gotten something wrong, I'll be willing to listen to your opinion. Also, if you want to have a share of whatever TypeScript version of Material Kit I end up coming up with, let me know.

See more
PureScript logo

PureScript

69
80
16
A strongly-typed language that compiles to Javascript
69
80
+ 1
16
PROS OF PURESCRIPT
  • 6
    Purely functional
  • 4
    Great FFI to JavaScript
  • 1
    More Haskell-ish than Haskell
  • 1
    Libraries
  • 1
    Pursuit
  • 1
    The best type system
  • 1
    Alternate backends
  • 1
    Coherent type classes
CONS OF PURESCRIPT
  • 1
    No JSX/Template
  • 1
    Have Some Bugs
  • 1
    Not so fancy error reporting

related PureScript posts

ReasonML logo

ReasonML

72
89
8
A friendly programming language for JavaScript and OCaml
72
89
+ 1
8
PROS OF REASONML
  • 4
    Pattern Matching
  • 3
    Type System
  • 1
    React
CONS OF REASONML
  • 1
    Bindings

related ReasonML posts

Haskell logo

Haskell

1.1K
1.2K
506
An advanced purely-functional programming language
1.1K
1.2K
+ 1
506
PROS OF HASKELL
  • 89
    Purely-functional programming
  • 66
    Statically typed
  • 59
    Type-safe
  • 39
    Open source
  • 38
    Great community
  • 30
    Built-in concurrency
  • 29
    Composable
  • 29
    Built-in parallelism
  • 23
    Referentially transparent
  • 19
    Generics
  • 14
    Intellectual satisfaction
  • 14
    Type inference
  • 11
    If it compiles, it's correct
  • 7
    Flexible
  • 7
    Monads
  • 4
    Proposition testing with QuickCheck
  • 4
    Great type system
  • 3
    Purely-functional Programming
  • 3
    One of the most powerful languages *(see blub paradox)*
  • 2
    Highly expressive, type-safe, fast development time
  • 2
    Reliable
  • 2
    Kind system
  • 2
    Pattern matching and completeness checking
  • 2
    Better type-safe than sorry
  • 2
    Type classes
  • 2
    Great maintainability of the code
  • 2
    Fun
  • 2
    Best in class thinking tool
  • 0
    Orthogonality
  • 0
    Predictable
CONS OF HASKELL
  • 8
    Error messages can be very confusing
  • 8
    Too much distraction in language extensions
  • 4
    Libraries have poor documentation
  • 3
    No best practices
  • 3
    No good ABI
  • 2
    Sometimes performance is unpredictable
  • 2
    Poor packaging for apps written in it for Linux distros
  • 1
    Slow compilation

related Haskell posts

Vadim Bakaev
Shared insights
on
HaskellHaskellScalaScala

Why I am using Haskell in my free time?

I have 3 reasons for it. I am looking for:

Fun.

Improve functional programming skill.

Improve problem-solving skill.

Laziness and mathematical abstractions behind Haskell makes it a wonderful language.

It is Pure functional, it helps me to write better Scala code.

Highly expressive language gives elegant ways to solve coding puzzle.

See more
Svelte logo

Svelte

1.3K
1.3K
474
A UI framework that compiles into tiny standalone JavaScript modules
1.3K
1.3K
+ 1
474
PROS OF SVELTE
  • 51
    Performance
  • 37
    Reactivity
  • 33
    Javascript compiler (do that browsers don't have to)
  • 33
    Components
  • 32
    Simplicity
  • 30
    Lightweight
  • 26
    Near to no learning curve
  • 26
    Real Reactivity
  • 26
    Fast as vanilajs
  • 20
    All in one
  • 18
    Compiler based
  • 17
    Use existing js libraries
  • 16
    Scalable
  • 15
    SSR
  • 14
    Very easy for beginners
  • 13
    Composable
  • 12
    Ease of use
  • 12
    No runtime overhead
  • 10
    Built in store
  • 9
    Typescript
  • 7
    Best Developer Experience
  • 7
    Start with pure html + css
  • 6
    Templates
  • 4
    Speed
CONS OF SVELTE
  • 3
    Event Listener Overload
  • 2
    Little to no libraries
  • 2
    Complex
  • 2
    Learning Curve
  • 2
    Hard to learn

related Svelte posts

Sarmad Chaudhary
Founder & CEO at Ebiz Ltd. · | 9 upvotes · 722.8K views

Hi there!

I just want to have a simple poll/vote...

If you guys need a UI/Component Library for React, Vue.js, or AngularJS, which type of library would you prefer between:

1 ) A single maintained cross-framework library that is 100% compatible and can be integrated with any popular framework like Vue, React, Angular 2, Svelte, etc.

2) A native framework-specific library developed to work only on target framework like ElementUI for Vue, Ant Design for React.

Your advice would help a lot! Thanks in advance :)

See more
Aleksander Jess
Marketer at ITMAGINATION · | 5 upvotes · 502 views

React is pretty much the standard nowadays. Companies of all sizes released integrations: the ecommerce ones too. I will bring up Shopify , that released their Hydrogen

There are (arguably) much better tools than React, you are right. There's Svelte (SvelteKit) , Solid.js, and more. They all suffer from morer or less the same issue, though (when it comes to SEO, at least).

The problem is not with React , it's with SPAs. It used to be (and still is sometimes) that search engines' bots wouldn't run JavaScript , meaning they wouldn't see anything on the page. Nowadays, it is said they do load it, but that takes longer than loading the HTML, which is what they are mostly interested in.

So what do you do? You use a static site generator, a prerenderer, a static site, or a server-side rendered site. Next.js does both SSG & SSR, which is why your Next.js sites should rank higher than the plain React sites (assuming the same content & structure).

I hope this answers your question.

See more
Elixir logo

Elixir

3.1K
3.1K
1.3K
Dynamic, functional language designed for building scalable and maintainable applications
3.1K
3.1K
+ 1
1.3K
PROS OF ELIXIR
  • 171
    Concurrency
  • 158
    Functional
  • 132
    Erlang vm
  • 111
    Great documentation
  • 104
    Great tooling
  • 84
    Immutable data structures
  • 79
    Open source
  • 76
    Pattern-matching
  • 61
    Easy to get started
  • 58
    Actor library
  • 30
    Functional with a neat syntax
  • 29
    Ruby inspired
  • 24
    Homoiconic
  • 23
    Erlang evolved
  • 22
    Beauty of Ruby, Speed of Erlang/C
  • 17
    Fault Tolerant
  • 14
    Simple
  • 13
    High Performance
  • 10
    Doc as first class citizen
  • 10
    Good lang
  • 9
    Pipe Operator
  • 9
    Stinkin' fast, no memory leaks, easy on the eyes
  • 7
    Resilient to failure
  • 7
    Fun to write
  • 7
    OTP
  • 5
    GenServer takes the guesswork out of background work
  • 4
    Not Swift
  • 4
    Pattern matching
  • 4
    Idempotence
  • 4
    Fast, Concurrent with clean error messages
  • 3
    Easy to use
  • 2
    Dynamic Typing
  • 2
    Error isolation
CONS OF ELIXIR
  • 11
    Fewer jobs for Elixir experts
  • 7
    Smaller userbase than other mainstream languages
  • 5
    Elixir's dot notation less readable ("object": 1st arg)
  • 4
    Dynamic typing
  • 1
    Difficult to understand
  • 1
    Not a lot of learning books available

related Elixir posts

Kamil Kowalski
Lead Architect at Fresha · | 28 upvotes · 1.9M views

When you think about test automation, it’s crucial to make it everyone’s responsibility (not just QA Engineers'). We started with Selenium and Java, but with our platform revolving around Ruby, Elixir and JavaScript, QA Engineers were left alone to automate tests. Cypress was the answer, as we could switch to JS and simply involve more people from day one. There's a downside too, as it meant testing on Chrome only, but that was "good enough" for us + if really needed we can always cover some specific cases in a different way.

See more
Sebastian Gębski

Another major decision was to adopt Elixir and Phoenix Framework - the DX (Developer eXperience) is pretty similar to what we know from RoR, but this tech is running on the top of rock-solid Erlang platform which is powering planet-scale telecom solutions for 20+ years. So we're getting pretty much the best from both worlds: minimum friction & smart conventions that eliminate the excessive boilerplate AND highly concurrent EVM (Erlang's Virtual Machine) that makes all the scalability problems vanish. The transition was very smooth - none of Ruby developers we had decided to leave because of Elixir. What is more, we kept recruiting Ruby developers w/o any requirement regarding Elixir proficiency & we still were able to educate them internally in almost no time. Obviously Elixir comes with some more tools in the stack: Credo , Hex , AppSignal (required to properly monitor BEAM apps).

See more
JavaScript logo

JavaScript

299.9K
239.1K
8K
Lightweight, interpreted, object-oriented language with first-class functions
299.9K
239.1K
+ 1
8K
PROS OF JAVASCRIPT
  • 1.6K
    Can be used on frontend/backend
  • 1.5K
    It's everywhere
  • 1.2K
    Lots of great frameworks
  • 894
    Fast
  • 741
    Light weight
  • 424
    Flexible
  • 391
    You can't get a device today that doesn't run js
  • 286
    Non-blocking i/o
  • 235
    Ubiquitousness
  • 190
    Expressive
  • 54
    Extended functionality to web pages
  • 48
    Relatively easy language
  • 45
    Executed on the client side
  • 29
    Relatively fast to the end user
  • 24
    Pure Javascript
  • 20
    Functional programming
  • 14
    Async
  • 11
    Its everywhere
  • 11
    Full-stack
  • 11
    Setup is easy
  • 10
    Because I love functions
  • 9
    Like it or not, JS is part of the web standard
  • 9
    JavaScript is the New PHP
  • 8
    Expansive community
  • 8
    Can be used in backend, frontend and DB
  • 8
    Easy
  • 7
    Most Popular Language in the World
  • 7
    For the good parts
  • 7
    No need to use PHP
  • 7
    Future Language of The Web
  • 7
    Everyone use it
  • 7
    Easy to hire developers
  • 7
    Can be used both as frontend and backend as well
  • 6
    Supports lambdas and closures
  • 6
    Photoshop has 3 JS runtimes built in
  • 6
    Powerful
  • 6
    Love-hate relationship
  • 6
    Popularized Class-Less Architecture & Lambdas
  • 6
    Agile, packages simple to use
  • 6
    Evolution of C
  • 5
    It's fun
  • 5
    Its fun and fast
  • 5
    Hard not to use
  • 5
    1.6K Can be used on frontend/backend
  • 5
    Client side JS uses the visitors CPU to save Server Res
  • 5
    It let's me use Babel & Typescript
  • 5
    Can be used on frontend/backend/Mobile/create PRO Ui
  • 5
    Easy to make something
  • 5
    Nice
  • 5
    Versitile
  • 4
    Scope manipulation
  • 4
    Stockholm Syndrome
  • 4
    Client processing
  • 4
    What to add
  • 4
    Clojurescript
  • 4
    Function expressions are useful for callbacks
  • 4
    Everywhere
  • 4
    Promise relationship
  • 3
    Only Programming language on browser
  • 3
    Because it is so simple and lightweight
  • 0
    Tenant
  • 0
    Easy to understand
CONS OF JAVASCRIPT
  • 22
    A constant moving target, too much churn
  • 20
    Horribly inconsistent
  • 15
    Javascript is the New PHP
  • 8
    No ability to monitor memory utilitization
  • 7
    Shows Zero output in case of ANY error
  • 6
    Can be ugly
  • 6
    Thinks strange results are better than errors
  • 3
    No GitHub
  • 2
    Slow

related JavaScript posts

Zach Holman

Oof. I have truly hated JavaScript for a long time. Like, for over twenty years now. Like, since the Clinton administration. It's always been a nightmare to deal with all of the aspects of that silly language.

But wowza, things have changed. Tooling is just way, way better. I'm primarily web-oriented, and using React and Apollo together the past few years really opened my eyes to building rich apps. And I deeply apologize for using the phrase rich apps; I don't think I've ever said such Enterprisey words before.

But yeah, things are different now. I still love Rails, and still use it for a lot of apps I build. But it's that silly rich apps phrase that's the problem. Users have way more comprehensive expectations than they did even five years ago, and the JS community does a good job at building tools and tech that tackle the problems of making heavy, complicated UI and frontend work.

Obviously there's a lot of things happening here, so just saying "JavaScript isn't terrible" might encompass a huge amount of libraries and frameworks. But if you're like me, yeah, give things another shot- I'm somehow not hating on JavaScript anymore and... gulp... I kinda love it.

See more
Conor Myhrvold
Tech Brand Mgr, Office of CTO at Uber · | 42 upvotes · 6M views

How Uber developed the open source, end-to-end distributed tracing Jaeger , now a CNCF project:

Distributed tracing is quickly becoming a must-have component in the tools that organizations use to monitor their complex, microservice-based architectures. At Uber, our open source distributed tracing system Jaeger saw large-scale internal adoption throughout 2016, integrated into hundreds of microservices and now recording thousands of traces every second.

Here is the story of how we got here, from investigating off-the-shelf solutions like Zipkin, to why we switched from pull to push architecture, and how distributed tracing will continue to evolve:

https://eng.uber.com/distributed-tracing/

(GitHub Pages : https://www.jaegertracing.io/, GitHub: https://github.com/jaegertracing/jaeger)

Bindings/Operator: Python Java Node.js Go C++ Kubernetes JavaScript OpenShift C# Apache Spark

See more