Solid.js

Solid.js is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.

Use the Solid.js template

kretes new solid-app --template solid 

This starter sets up a Node.js application with Solid.js as the UI library. The goal is to provide a ready-to-use template for building full-stack applications in TypeScript that incorporate the best practices for both Solid.js and Node.js.

Found a mistake?