Skip to content

Latest commit

 

History

History
183 lines (168 loc) · 18.6 KB

File metadata and controls

183 lines (168 loc) · 18.6 KB
title SolidJS

Simple and performant reactivity for building user interfaces

Using Solid for all my web apps and static sites. Love how it takes all the best parts of React (component tree model with one way data flow & JSX) but does it better due to fine grained reactivity & avoiding VDOM thus being much faster than React.

Ryan Carniato does great YouTube videos on web/solidJS (SolidJS: Past, Present, Future is insightful, especially part about future focus). Solid Start is great starter template. solid-primitives/fetch is great alternative to React Query.

Hope UI is nice component library. Motion One for Solid is great for animations.

My personal site & LA are OSS & built with Solid.

Solid Dev Tools are useful.

Use Solid URQL as GraphQL client.

Solid Native is exciting.

OSS apps

Notes

Links