{"library":"solid-js","type":"library","category":null,"description":"SolidJS is a declarative JavaScript library for building user interfaces, currently stable at version 1.9.12, with a 2.0 beta release recently announced. It distinguishes itself from other UI libraries by compiling JSX templates directly to real DOM operations and fine-grained reactive primitives, avoiding a virtual DOM. This approach typically leads to excellent performance characteristics and a smaller bundle size. Solid focuses on explicit reactivity through signals, memos, and effects, providing granular control over updates without component re-renders. The project maintains a regular release cadence, primarily focusing on quality-of-life improvements and performance optimizations within the 1.x line, while actively developing the significant architectural changes and API re-evaluations slated for the upcoming 2.0 release.","language":"javascript","status":"active","version":"1.9.12","tags":["javascript","solid","solidjs","ui","reactive","components","compiler","performance","typescript"],"install":[{"cmd":"npm install solid-js","imports":["import { createSignal } from 'solid-js';","import { render } from 'solid-js/web';","import { For } from 'solid-js';"]},{"cmd":"yarn add solid-js","imports":[]},{"cmd":"pnpm add solid-js","imports":[]}],"homepage":"https://solidjs.com","github":"https://github.com/solidjs/solid","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/solid-js","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/solid-js/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}