18 Matching Annotations
  1. Aug 2026
    1. This video/analysis is okay, not spectacular.

      Appreciated Ryan's counterpoint, that there are other ways of looking at the data, including: Look at npm downloads and you will see SolidJS has tripled in the past year.

      This isn’t limited to say Solid or Svelte. Vue or Angular used to sit around 50% Reacts numbers 7 years ago but now sit closer to 10%. I think the mistake we make when looking at this stuff is given Reacts dominance treat the space as fully saturated, but the growth of the bounds continues to outpace the growth of adoption.

    1. const count = signal(0); const doubled = computed(() => count.value * 2);

      I like this syntax better than Solid's. It returns a single object (with .value) rather than explicit getter/setter.

      I wonder if there's a way to use similar syntax in Solid? Don't see any reason why we couldn't easily wrap createSignal with a nicer API.

  2. Jul 2023
  3. Feb 2023
  4. Oct 2020