
Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to de...
Solid.js is quickly gaining traction as a powerful, declarative web UI library that's being hailed as a robust alternative to more established frameworks like React and Vue. As a highly performant framework, Solid.js emphasizes fine-grained reactivity, allowing developers to build applications that are not only responsive but also remarkably efficient. With a wealth of resources, tutorials, and community support, it caters to newcomers and seasoned developers alike, making it a solid choice for modern web development.

SolidJS is a declarative JavaScript library for building user interfaces, offering a reactive programming model for efficient updates. It stands out for its reactivity system that minimizes unnecessary re-renders and its small bundle size, making it a performant choice for developing lightweight and reactive web applications.