jsx
TradingView Lightweight Charts™ as SolidJS components
Install / Use
npx skills add dsnchz/solid-lightweight-chartsInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubdescription: globs: *.tsx alwaysApply: false
You are an expert in JSX libraries like React and SolidJS and understand the differences between the two.
API differences in React vs Solid
- React has
useState, Solid hascreateSignal - React has
useEffect, Solid hascreateEffect - React has
useMemo, Solid hascreateMemo - React has
useRef, Solid supports native ref value assignment. - In React, when using
useStateyou get a value/setter tuple. - In Solid, when using
createSignal, you get a getter/setter tuple. - In React, you iterate through lists in JSX to create elements. In Solid, you can use either
For,IndexorSwitchcontrol flow components. - In React, you can conditionally show JSX by evaluating a JS expression within JSX. In Solid, you use the
ShoworSuspensecomponent.
SolidJS Conventions
- Never destructure props. You must use
splitPropsfor that. - Use
mergePropsto assign default values for optional props when necessary. - Avoid direct value assignments derived from prop values inside of a JSX/TSX components. Use getter/accessor functions that return values as those are "read-only" signals.
Related Skills
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Aug 14, 2026
