Software Alternatives & Reviews

stenciljs VS KnockoutJS

Compare stenciljs VS KnockoutJS and see what are their differences

stenciljs logo stenciljs

A toolchain for building reusable, scalable Design Systems.

KnockoutJS logo KnockoutJS

Knockout makes it easier to create rich, responsive UIs with JavaScript
  • stenciljs Landing page
    Landing page //
    2023-02-08
  • KnockoutJS Landing page
    Landing page //
    2018-09-30

stenciljs

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

KnockoutJS

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

stenciljs videos

Amava coração de frango

KnockoutJS videos

KnockoutJS Review

Category Popularity

0-100% (relative to stenciljs and KnockoutJS)
Javascript UI Libraries
77 77%
23% 23
JavaScript Framework
80 80%
20% 20
JS Library
71 71%
29% 29
Development
100 100%
0% 0

User comments

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

KnockoutJS mentions (21)

  • A First Look at HTMX and How it Compares to React
    The approach is not new, essentially a variation of Knockout, Alpine, and similar "JS-in-HTML" approaches. - Source: dev.to / 7 months ago
  • The Best UI Libraries for Cross-Platform Apps with Tauri
    SolidJS and Tauri form another potent combination for creating performant, lightweight, and secure experiences. SolidJS is a reactive UI library that is similar to Svelte in the way it compiles away reactivity and updates the DOM directly, but it also incorporates a fine-grained reactivity system reminiscent of libraries like Marko, Knockout, and MobX. - Source: dev.to / 9 months ago
  • Why are signals still not so popular?
    People act like Signals are a new discovery. KnockoutJS was using them 13 years ago and other libraries used them before that. Source: 10 months ago
  • What is KnockoutJS and how is it relevant in Magento 2?
    Knockout JS is a Javascript library which uses the MVVM pattern to bind data to certain DOM elements. Within Magento, we usually define a View-Model (which is a .js file) and a Template (which is a .html file), and the data in the template file is bound to the view-model, meaning whenever the data in the view-model changes, the template file changes too. Source: 11 months ago
  • Alpine.js
    I still use Knockout[0] for almost an identical experience. 0: https://knockoutjs.com/. - Source: Hacker News / over 1 year ago
View more

What are some alternatives?

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

Svelte - Cybernetically enhanced web apps

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

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

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