Articles by Tag #solidjs

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A Decade of SolidJS

As of today, it has been 7 years since I open-sourced SolidJS. It wasn't for noble reasons. I wasn't...

Learn More 207 30Apr 24

I'm Joining Sentry

I'm excited to announce I am joining the team at Sentry. Sentry provides tooling for monitoring and...

Learn More 131 17Sep 3 '24

Two-way Binding is a Two-way Street

In some circles, two-way binding is seen as the scourge of modern frontends, while in others it is...

Learn More 80 5Jul 31 '24

Async Derivations in Reactivity

Congratulations on making it through the series thus far. But this is where things start to go off...

Learn More 67 5Aug 6 '24

The Difference Between Software Architecture Patterns and Design Principles

Introduction As a developer, you’ve probably encountered terms like Software Architecture...

Learn More 23 4Sep 27 '24

Two-way Binding can be a One-way Street

Ryan wrote a lovely article about two-way data binding… but I do take a bit of issue with Marko...

Learn More 17 1Aug 1 '24

💎 of solid-primitives, part 3: set, map, trigger

Author: @lexlohr, developer at @crabnebuladev and Solid.js ecosystem team member Solid.js is already...

Learn More 14 1Sep 10 '24

SolidJs vs React: A Comprehensive Comparison

When it comes to building dynamic user interfaces, React has long been a popular choice among...

Learn More 9 0Aug 17 '24

Transformations in Reactivity

What happens when we stop treating events like second-class signals?

Learn More 6 0May 3

SOLID: I - Interface Segregation Principle (ISP)

Introduction to ISP: The Interface Segregation Principle (ISP) is the fourth principle in the SOLID...

Learn More 5 0Aug 21 '24

SolidJS

SolidJS "Blazing Fast Performance Meets Developer Simplicity" SolidJS has swiftly become a standout...

Learn More 5 2Mar 27

This Month in Solid #7: SolidHack 2024😎

Hello friends 👋 September has arrived, and with it, the seventh issue of This Month in Solid! This...

Learn More 5 0Sep 4 '24

SOLID: S - Single Responsibility Principle (SRP)

Introduction to SRP: The Single Responsibility Principle (SRP) is one of the five SOLID principles, a...

Learn More 5 2Aug 18 '24

This Month in Solid #4: The Shape of Frameworks to Come 😎

Hello friends 👋 June is here, and with it, the fourth issue of This Month in Solid! This was a crazy...

Learn More 5 0Jun 29 '24

Introduction to any framework begins with writing a simple component. Most often, this component will be a "click counter". It’s a kind of "hello world" in the world of frontend development. That’s why I’ve chosen it as the basis for this material.

The Story of a Component Igor Sukharev ・ May 22 ...

Learn More 4 0May 22

This Month in Solid #8: Meta RFC, 1.9.0 and SolidHack begins 😎

Hello friends 👋 October is here, and with it, the eighth issue of This Month in Solid! This was a...

Learn More 4 0Oct 2 '24

How to use multiple JSX frameworks in Astro

Did you know Astro is the "framework agnostic framework" - meaning it lets you use multiple frontend...

Learn More 3 0Feb 3

This Month in Solid #12: Gear 5, The Road for 2.0😎

Hello friends 👋 It has been a year since This Month in Solid started and now we reached the twelfth...

Learn More 3 1Mar 10

This Month in Solid #14: New Content, Charts, and Failed Mascots 😎

Hello friends 👋 One more month, one more This Month in Solid. May was fun as Ryan decided to start...

Learn More 2 2Jun 9

Build a Customer Review APP with Strapi and Solid.js

Feedback from customers is one key to a successful business today. In this tutorial, we'll learn how...

Learn More 2 0Jul 8 '24

This Month in Solid #13: A Decade of SolidJS 😎

Hello friends 👋 We are back for another issue of This Month in Solid. Last month was heavy on my...

Learn More 2 0May 5

SOLID: L - Liskov Substitution Principle (LSP)

Introduction to LSP: The Liskov Substitution Principle (LSP) is the third principle in the SOLID set....

Learn More 2 0Aug 20 '24

The Modern Frontend Fantasy is Falling Apart – Astro, Qwik, and Solid Aren’t the Future

They promised speed, simplicity, and a better DX. What we got was a set of beautiful lies, niche...

Learn More 2 3May 13

SOLID: O - Open/Closed Principle (OCP)

Introduction to OCP: The Open/Closed Principle (OCP) is another key component of the SOLID...

Learn More 2 0Aug 19 '24

SOLID: D - Dependency Inversion Principle (DIP)

Introduction to DIP: The Dependency Inversion Principle (DIP) is the final principle in the SOLID...

Learn More 2 0Aug 22 '24

Principios SOLID

Al iniciar en la programación, hay pasos que es necesario recorrer, y uno de ellos son los principios...

Learn More 1 0Aug 20 '24

Scheduling Transformations in Reactivity

From pure event graphs to safely mutating state

Learn More 1 0May 3

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...

Learn More 1 1Mar 12

In 2024, should we still use React and check out other frameworks too?

As a frontend developer, we've reached an era where new technologies are continuously emerging, and...

Learn More 1 0Jul 2 '24

Getting started with Storybook in SolidJS (with Tailwind CSS)

SolidJS is a fast, compact, and much-loved framework, especially among those who value performance...

Learn More 1 1Jun 15