Software Alternatives & Reviews

Polymer VS SolidJS

Compare Polymer VS SolidJS and see what are their differences

Polymer logo Polymer

Polymer is a library that uses the latest web technologies to let you create custom HTML elements.

SolidJS logo SolidJS

A declarative, efficient and flexible JavaScript library for building user interfaces.
  • Polymer Landing page
    Landing page //
    2023-07-20
  • SolidJS Landing page
    Landing page //
    2023-10-16

Polymer videos

Gun Review: The Polymer 80

More videos:

  • Review - Polymer 80 Glock 19: PF940C Review!
  • Review - Tennessee Arms Polymer AR-15 Lower review - Are They Any Good and Should you Buy One?

SolidJS videos

Is SolidJS Better Than React?

More videos:

  • Review - React vs SolidJS, Fight!

Category Popularity

0-100% (relative to Polymer and SolidJS)
Javascript UI Libraries
60 60%
40% 40
JavaScript Framework
57 57%
43% 43
JS Library
62 62%
38% 38
Frontend Development
100 100%
0% 0

User comments

Share your experience with using Polymer and SolidJS. 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 Polymer and SolidJS

Polymer Reviews

Top 20 Javascript Libraries
Created by Google, Polymer is a JS library that allows developers to reuse HTML elements and create custom elements using HTML, CSS, and JS to create more interactive applications. It is compatible with different platforms. Once you install Polymer using the command line interface or the Bower method, you can reuse already developed elements without worrying about how those...
Source: hackr.io

SolidJS Reviews

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

Social recommendations and mentions

Based on our record, SolidJS seems to be a lot more popular than Polymer. While we know about 21 links to SolidJS, we've tracked only 1 mention of Polymer. 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.

Polymer mentions (1)

  • Web Components 101: Lit Framework
    Lit demonstrates significant growth in web components from the early days of Polymer. This growth is in no small part due to the Lit team themselves, either! - Source: dev.to / about 2 years ago

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 2 months 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

What are some alternatives?

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

Vue.js - Reactive Components for Modern Web Interfaces

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.

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.