Getting started with SolidJS with Dan Jutan

preview_player
Показать описание
Join me on this Livestream to learn about how you can build and interactive web app using SolidJS, the simple and performant library for building user interfaces.


Solid stands on the shoulders of giants, particularly React and Knockout. If you've developed with React Hooks before, Solid should seem very natural. In fact, more natural as Solid's model is much simpler with no Hook rules. Every Component executes once and it is the Hooks and bindings that execute many times as their dependencies update.

Solid follows the same philosophy as React with unidirectional data flow, read/write segregation, and immutable interfaces. It however has a completely different implementation that forgoes using a Virtual DOM.

Get started with Open Source in 10mins

## LEARN MORE


Also join our community GitHub organisation by creating an issue with the type "invite me to the organisation" :)

I now have a 2nd YouTube channel for short video clips of 60s or less, subscribe ...

## SERVICES I USE AND RECOMMEND

Some of these might be affiliate links, no extra cost you to, but I get a little $ if you sign up, plus you might get a discount too


## COMMUNITY SPONSORS

A BIG thank you to my GitHub Sponsors:
***
***


## FIND ME ON OTHER SOCIAL PLATFORMS

Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!

Follow on other socials for behind the scenes footage, join discord to continue the conversation...



Getting started with SolidJS with Dan Jutan
Рекомендации по теме
Комментарии
Автор

The most thing I love about solidjs is the reactive store.

oussamasethoum
Автор

Really appreciate the opt-in/out-out perspective, that's a cool way to explain it

JLarky
Автор

1:14:40 cool way to showcase some of the issues that people would have when using the API... That you did completely on purpose, for educational reasons

JLarky