Software Alternatives & Reviews

SolidJS VS Inferno

Compare SolidJS VS Inferno and see what are their differences

SolidJS logo SolidJS

A declarative, efficient and flexible JavaScript library for building user interfaces.

Inferno logo Inferno

An extremely fast React-like javascript library for building modern user interfaces.
  • SolidJS Landing page
    Landing page //
    2023-10-16
  • Inferno Landing page
    Landing page //
    2023-05-11

SolidJS videos

Is SolidJS Better Than React?

More videos:

  • Review - React vs SolidJS, Fight!

Inferno videos

Inferno - Movie Review

More videos:

  • Review - Inferno - Movie Review
  • Review - Inferno - Official Movie Review

Category Popularity

0-100% (relative to SolidJS and Inferno)
Javascript UI Libraries
44 44%
56% 56
JavaScript Framework
44 44%
56% 56
JS Library
63 63%
37% 37
Development
39 39%
61% 61

User comments

Share your experience with using SolidJS and Inferno. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare SolidJS and Inferno

SolidJS Reviews

We have no reviews of SolidJS yet.
Be the first one to post

Inferno Reviews

The Best JavaScript Frameworks You’re Not Using
There isn’t an overall number we can use to gauge performance on the chart above, but smaller numbers are better. Obviously, Inferno performs very well again. If you’re a React developer and have a project that requires excellent performance, Inferno is definitely something you should consider. We’ll finish with this from the Inferno “About” page:
Source: jsreport.io

Social recommendations and mentions

Based on our record, SolidJS seems to be a lot more popular than Inferno. While we know about 21 links to SolidJS, we've tracked only 2 mentions of Inferno. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

SolidJS mentions (21)

  • Creating a Browser Extension using SolidJS + WXT II
    Import { createSignal } from "solid-js"; Import solidLogo from "@/assets/solid.svg"; Import wxtLogo from "/wxt.svg"; Import "./App.css"; Function App() { const [count, setCount] = createSignal(0); return ( <> - Source: dev.to / about 1 month ago
  • 💎 of solid-primitives, part 1: context
    Solid.js is already pretty powerful, but even so, there are things it cannot do out of the box. Here's where the community comes in and provides packages to enhance your development experience: solid-primitives. - Source: dev.to / 3 months ago
  • The zen of state in Solid.js
    Solid.js is a frontend framework that is known for its superficial similarities and otherwise vast differences to react. One of its best parts is its signals-based state management. - Source: dev.to / 10 months ago
  • Deploy a solid-start app on github pages
    Solid-start is the long awaited meta-framework for Solid.js. Since it entered its second beta after a rewrite, there were a few breaking changes, so the previous article on this one's topic was no longer valid. - Source: dev.to / 4 months ago
  • Million.js Beyond Speed | Making React Apps Memory Efficient
    Million uses techniques closer to fine-grained reactivity (shoutout Solid JS) where observers are placed right on the necessary DOM nodes to track state changes among other optimizations, rather than using a virtual DOM. - Source: dev.to / 7 months ago
View more

Inferno mentions (2)

  • Solid vs React - the Fastest VS the Most Popular UI Library
    Some might argue that React’s relatively poor performance (it’s still plenty-fast for many apps) is due to Virtual DOM and prioritization of development experience, i.e., clarity over complexity. To counter the first argument - there’s React-like Inferno. For the second one - there’s Solid. - Source: dev.to / almost 3 years ago
  • A Look at Compilation in JavaScript Frameworks
    A VDOM library like Inferno uses this information to compile its JSX directly into pre-optimized node structures. Marko, and Vue hoist their static VDOM nodes outside of their components so that they don't incur the overhead of recreating them on every render. - Source: dev.to / almost 3 years ago

What are some alternatives?

When comparing SolidJS and Inferno, you can also consider the following products

Svelte - Cybernetically enhanced web apps

Preact.js - Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.

Vue.js - Reactive Components for Modern Web Interfaces

Glimmer - Fast and light-weight UI components for the web

Deku - Functional view library for building UI components as an alternative to React

React - A JavaScript library for building user interfaces