solid-site
Angular
solid-site | Angular | |
---|---|---|
78 | 813 | |
163 | 98,582 | |
-1.2% | 0.2% | |
7.0 | 10.0 | |
about 2 months ago | 3 days ago | |
TypeScript | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
solid-site
-
The Missing Manual for Signals: State Management for Python Developers
This article never mentions React. This has nothing to do with React. There's a reason people say "react is not reactive"[1].
Signals are derived from Observables[2] which were first used in Adam Haile's S.JS[2] and made popular in JavaScriptLand by Ryan Carniato's SolidJS[3].
[1] - https://dev.to/this-is-learning/how-react-isn-t-reactive-and...
[2] - https://dev.to/this-is-learning/the-evolution-of-signals-in-...
[3] - https://www.solidjs.com/
[4] - https://github.com/adamhaile/S
-
Why I’m Learning Vue.js After Six Years in React
When I teased this series on LinkedIn, one comment quipped that Vue’s been around since 2014—“you should’ve learned it by now!”—and they’re not wrong. The JS ecosystem churns out UI libraries like Svelte, Solid, RxJS, and more, each pushing reactivity forward. React’s ubiquity made it my go-to for stability and career momentum. Now I’m ready to revisit new patterns and sharpen my tool-belt.
-
We Fell Out of Love with Next.js and Back in Love with Ruby on Rails
3. Load personalized data (json)
But usually step 1 and 2 are served from a cdn, so very fast. On subsequent requests, 1 and 2 are usually served from the browser cache, so extremely fast.
SSR is usually not faster. Most often slower. You can check yourself in your browser dev tools (network tab):
https://www.solidjs.com/
vs.
https://nextjs.org/
So much complexity and effort in the nextjs app, but so much slower.
- Solidjs: Simple and performant reactivity for building user interfaces
-
Framework-less Framework
Instead of relying on a built-in state management, Proton treats any object with a Symbol.subscribe method as an observable. This opens up declarative and fine-grained UI updates just like SolidJs.
-
This Is Tuple Context Pattern
Without any further delay, let me introduce you to my pattern, which I have modestly named "Tuple Context"", inspired by a practice I discovered while working with the Solid framework.
-
Next.js vs. Solid.js: What to Choose in 2025?
Web development is changing fast, and picking the right framework in 2025 can greatly impact your project’s speed, scalability, and overall experience. Two popular choices among developers are Next.js and Solid.js. Next.js is a conventional tool built on React that serves the purpose of server-side rendering (SSR) to optimize SEO and also support massive applications. In contrast, Solid.js is an emerging framework that boasts very high performance and does not use any virtual DOM to render elements, therefore making it well optimized and incredibly fast.
-
60 Best JavaScript Libraries for Building Interactive UI Components
SolidJS solidjs.com React-like syntax with fine-grained reactivity.
-
Tauri (1) — A desktop application development solution more suitable for web developers ✅
Tauri is a cross-platform desktop application framework that allows developers to use familiar web technologies (like HTML, CSS, JS, and frameworks such as Vue.js, Svelte, React, SolidJS, Angular, Preact, etc.) to easily build desktop applications.
-
I built a browser game 🎮
SolidJS
Angular
-
How to Choose the Right Tech Stack for Your SaaS MVP
Angular (full-featured, opinionated)
-
Angular Enter/Leave Animations in 2025: Old vs New
Angular 20.2.0-next.2 Release Notes
- Ng-News 25/29: PrimeNgx, Stable Zoneless, Native Animations
-
Senior Angular Interview Questions
One common use case is running initialization logic at the app startup using the APP_INITIALIZER injection token token. While APP_INITIALIZER is now deprecated, the recommended replacement is the provideAppInitializer function.
-
Building AI-powered e-commerce applications using Angular & Firebase AI Logic (formerly Vertex AI in Firebase)
This article will guide you through building a modern, AI-powered e-commerce application using Angular for the front end and leveraging the capabilities of Google's Firebase AI Logic (formerly Vertex AI in Firebase). We will explore how to implement intelligent features by referencing code snippets from the "Bytewise" e-commerce application, a practical example I created, available on GitHub.
-
Firebase hybrid on-device with Angular
Some of you asked me to create an example of integration between Angular and one of Firebase's latest features: "hybrid on-device".
- Ng-News 25/26: DDD, Animations In/Out, Reflow Issues
-
I Built My Personal Portfolio with Angular and Hosted It on GitHub Pages
Framework: Angular
-
Exploring the `@Attribute` Decorator in Angular 🔍
During a recent discussion with some colleagues about TypeScript decorators, we ended up deep-diving into Angular.dev and stumbled upon something interesting — the @Attribute decorator.
-
How to use Angular 20 experimental Vitest support outside of ng test
I’m the kind of developer who likes to stay in the loop of the technologies they love, even though they may not be working with them right now. And I love Angular.
What are some alternatives?
core - A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Drawflow - Simple flow library 🖥️🖱️
Svelte - web development for the rest of us
Next.js - The React Framework
signals - Manage state with style in every framework
astro - The web framework for content-driven websites. ⭐️ Star to support our work!