Solid Js - Quickstart

Get started with the most popular open-source library of interactive UI components built with the utility classes from Tailwind CSS

Introduction #

SolidJS is a JavaScript framework that supports binding data to elements that it then syncs and displays on web pages. It is a declarative framework that uses JSX to create components. It is a reactive framework that uses a virtual DOM to update the DOM. It is a component-based framework that uses components to create web pages.