Software Alternatives & Reviews

stenciljs VS SolidJS

Compare stenciljs VS SolidJS and see what are their differences

stenciljs logo stenciljs

A toolchain for building reusable, scalable Design Systems.

SolidJS logo SolidJS

A declarative, efficient and flexible JavaScript library for building user interfaces.
  • stenciljs Landing page
    Landing page //
    2023-02-08
  • SolidJS Landing page
    Landing page //
    2023-10-16

stenciljs videos

Amava coração de frango

SolidJS videos

Is SolidJS Better Than React?

More videos:

  • Review - React vs SolidJS, Fight!

Category Popularity

0-100% (relative to stenciljs and SolidJS)
Javascript UI Libraries
59 59%
41% 41
JavaScript Framework
51 51%
49% 49
JS Library
58 58%
42% 42
Development
53 53%
47% 47

User comments

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

Social recommendations and mentions

Based on our record, stenciljs should be more popular than SolidJS. It has been mentiond 42 times since March 2021. 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.

stenciljs mentions (42)

  • Making Web Component properties behave closer to the platform
    First a disclosure: I never actually used Stencil, only played with it a bit locally in a hello-world project while writing this post. - Source: dev.to / 3 months ago
  • Plasmic.app – the visual builder for your tech stack
    This is my main concern too. I don't understand why tools like this "pick a winner" with a specific framework instead of rendering to Web Components with a framework wrapper, or using something like Stencil[1] that can render to any framework. [1] https://stenciljs.com/. - Source: Hacker News / 4 months ago
  • Design Systems with Web Components
    I was recently able to sit down with some of the core members of Ionic, who also created Stencil a toolchain for building Design Systems and Progressive Web Apps. We talked at great length how typically companies are approaching Ionic from a Design Team and need help building components. As a developer I wanted to talk about the Web Components that are used within the Design System first. There was a decent amount... - Source: dev.to / 4 months ago
  • HTML Web Components
    A web component should do ONE thing whereas a JS framework is a whole ecosystem. I made a video player web component that could take in various inputs, with a torrent file being the most complex of them. I was then able to port it to Vue/React with StencilJS [0] (although it was good to go without). Just drop the `https://stenciljs.com/. - Source: Hacker News / 5 months ago
  • If Web Components are so great, why am I not using them?
    Examples like this bug me. The React example is using a high level abstraction, the web component is directly using the API. A more accurate example would show how those React calls eventually boil down to document.createElement() I don’t think the Web Components API was meant to be used directly all the time. You can use a framework like StencilJS: https://stenciljs.com/. - Source: Hacker News / 9 months ago
View more

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 / 9 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

What are some alternatives?

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

Svelte - Cybernetically enhanced web apps

Vue.js - Reactive Components for Modern Web Interfaces

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

React - A JavaScript library for building user interfaces

Inferno - An extremely fast React-like javascript library for building modern user interfaces.

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