Software Alternatives & Reviews

stenciljs VS Svelte

Compare stenciljs VS Svelte and see what are their differences

stenciljs logo stenciljs

A toolchain for building reusable, scalable Design Systems.

Svelte logo Svelte

Cybernetically enhanced web apps
  • stenciljs Landing page
    Landing page //
    2023-02-08
  • Svelte Landing page
    Landing page //
    2023-07-27

We recommend LibHunt Svelte for discovery and comparisons of trending Svelte projects.

stenciljs

Categories
  • Javascript UI Libraries
  • JS Library
  • JavaScript Framework
  • Front-End Frameworks
Website stenciljs.com
Details $

Svelte

Categories
  • Javascript UI Libraries
  • JavaScript Framework
  • JS Library
  • Developer Tools
Website svelte.dev
Details $

stenciljs videos

Amava coração de frango

Svelte videos

Svelte vs React vs Angular vs Vue

More videos:

  • Review - Why Svelte is the best JS "framework"
  • Review - Oh crap, here comes *another* JavaScript framework || SVELTE || Sveltejs

Category Popularity

0-100% (relative to stenciljs and Svelte)
Javascript UI Libraries
16 16%
84% 84
JavaScript Framework
19 19%
81% 81
JS Library
19 19%
81% 81
Development
100 100%
0% 0

User comments

Share your experience with using stenciljs and Svelte. 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 stenciljs and Svelte

stenciljs Reviews

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

Svelte Reviews

20 Best JavaScript Frameworks For 2023
Svelte, unlike other JavaScript frameworks such as React or Vue.js, has no virtual DOM. Instead, you build components boilerplate-free in simple HTML, CSS, and JavaScript code. Svelte Compiler then compiles this code into small framework-free vanilla JavaScript modules during build time and surgically updates the DOM when the state changes. So unlike other traditional...
Comparing Vue.js to new JavaScript frameworks
Svelte, however, solves this performance problem at build time. This JavaScript framework is known for its speed and performance. It comes with a compiler that converts the Svelte framework code to vanilla JavaScript when running a build on an app.
Top 5 JavaScript Frameworks To Learn in 2021
Apart from speed and performance, Svelte has some exciting features like less boilerplate, a component-based model, SEO support, etc. However, Svelte hasn't got the attention it requires due to React. But with this rising trend, Svelte will be a good option to learn in 2021.
Source: enlear.academy
The Best JavaScript Frameworks You’re Not Using
Svelte works differently than some of the other front end libraries/frameworks that you may be familiar with. Your code is compiled at build time and this has big performance benefits. In fact, Svelte is one of the best performers in recent benchmarks.…
Source: jsreport.io

Social recommendations and mentions

Based on our record, Svelte should be more popular than stenciljs. It has been mentiond 349 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 / 2 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 / 3 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 / 3 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 / 8 months ago
View more

Svelte mentions (349)

View more

What are some alternatives?

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

Vue.js - Reactive Components for Modern Web Interfaces

React - A JavaScript library for building user interfaces

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

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

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

AngularJS - AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.