Almost — because only two functions from a library are used:
Create DOM Element
Update DOM Element
This library simplifies and streamlines the usage of native DOM functions, such as createElement ...
As of today, it has been 7 years since I open-sourced SolidJS. It wasn't for noble reasons. I wasn't trying to show people the way. I wasn't trying to change the world. I just had one of those itches ...
What makes SolidJS different from other JavaScript frameworks, and is it worth your time as a developer in 2025?As a software engineer myself, this framework caught my eye, not only because it looks l...
What happens when we stop treating events like second-class signals?
1. Introduction
Signals have gone through a quiet renaissance.Once a niche concept, they’ve become the backbone of fine-g...
From pure event graphs to safely mutating state
1. Introduction: The Real-World Punch
There’s a saying:
“Every plan is perfect until you get punched in the face.”
In software, that pun...