Beyond Signals, by Ryan Carniato, by @ryansolid.bsky.social (@jetbrains.com):

https://www.youtube.com/watch?v=DZPSAOBnBAM

#videos #signals #reactivity #solidjs #react

Beyond Signals, by Ryan Carniato

YouTube

[Перевод] Я попробовал Solid.js — и начинаю ненавидеть React

Команда JavaScript for Devs подготовила перевод статьи, в которой разработчик с восьмилетним опытом работы с React делится неожиданным открытием: Solid.js оказался проще, логичнее и… приятнее в использовании. Меньше перерендеров, ближе к нативному вебу, честное поведение API и настоящие веб-компоненты — кажется, у React появился достойный конкурент.

https://habr.com/ru/articles/955800/

#solidjs #react #api #ui #javascript

Я попробовал Solid.js — и начинаю ненавидеть React

Команда  JavaScript for Devs  подготовила перевод статьи, в которой разработчик с восьмилетним опытом работы с React делится неожиданным открытием: Solid.js оказался проще, логичнее и…...

Хабр

Today’s head-scratcher:

I’m rewriting the contact form on my website with SolidJS using the Astro integration and I cannot for the life of me figure out why preventDefault() is not working when submitting the form. 🥲

#astro #solidjs #webdev

Témoignage d'un développeur React avec 8 ans d'expérience après avoir utilisé Solid pendant 1 mois. Spoiler : il y a pas mal de complexité dans React que les devs acceptent par habitude mais qui n'est pas irrémédiable.

🔗 https://alemtuzlak.hashnode.dev/ive-tried-solidjs-now-im-starting-to-hate-react

#reactjs #solidjs

Solid.js vs. React: A Developer's Perspective

A developer's insights on transitioning from React to Solid.js, exploring key differences in reactivity, JSX, APIs, and web components

Alem Tuzlak's blog

We Fired Our React Stack—and Our Velocity Doubled, by (not on Mastodon or Bluesky):

https://archive.fo/lvNUy

#techstacks #react #solidjs #comparisons #productivity

I’ve Tried Solid.js, Now I’m Starting to Hate React, by @alem.forge42.dev:

https://alemtuzlak.hashnode.dev/ive-tried-solidjs-now-im-starting-to-hate-react

#solidjs #react #jsx #apis #webcomponents

⚛️ If you are still perfectly happy using React in 2025, then this article will likely not resonate with you. And that's okay. Feel free to skip it.

That said, here is a succinct explanation of Solid versus React render flows.

> "It's a lot easier to get something to re-render when you want it to, rather than getting it to not re-render when you don’t want it to!"

🔗 https://alemtuzlak.hashnode.dev/ive-tried-solidjs-now-im-starting-to-hate-react

For anyone who has ever regretfully written something akin to this in CSS…

```
.foo {
color: red !important;
}
```

Metaphorically, coming to Solid feels like no longer needing that approach for UI state changes.

#javascript #react #solidjs

React Won by Default—and It’s Killing Frontend Innovation, by @cheddybop.bsky.social:

https://www.lorenstew.art/blog/react-won-by-default

#react #svelte #solidjs #qwik #frameworks #checklists

React Won by Default – And It's Killing Frontend Innovation | Loren Stewart

Exploring how React's dominance by default stifles frontend innovation, and why deliberate framework choices lead to better tools for performance, developer experience, and ecosystem diversity.

Loren Stewart

#Development #Analyses
React won, innovation lost · ”React is no longer winning by technical merit.” https://ilo.im/166wd5

_____
#Frameworks #React #SolidJS #Svelte #Qwik #JavaScript #TechDebt #WebPerf #WebDev #Frontend

React Won by Default – And It's Killing Frontend Innovation | Loren Stewart

Exploring how React's dominance by default stifles frontend innovation, and why deliberate framework choices lead to better tools for performance, developer experience, and ecosystem diversity.

Loren Stewart

Простая и мощная валидация форм для SolidJS с Zod

solidjs-hook-form — библиотека для удобной и быстрой работы с формами в SolidJS. Использует Zod для мощной валидации и встроенную реактивность SolidJS для высокой производительности. Легковесная, не навязывает стили и дает полный контроль над UI. Идеальна для разработчиков, которые хотят меньше возиться с формами и больше фокусироваться на логике приложения. Попробуйте, если работаете с SolidJS — возможно, это то, что вам нужно!

https://habr.com/ru/articles/936196/

#Typescript #solidjs #javascript #Frontend #form #form_validation #zod #forms #jsx #tsx

Простая и мощная валидация форм для SolidJS с Zod

Привет, Хабр! Хочу рассказать вам про свою библиотеку solidjs-hook-form ,которую я сделал для упрощения работы с множеством форм в SolidJS. Изначально я столкнулся с такой проблемой: валидация,...

Хабр