Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@lightningjs/solid

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid

Lightning renderer for solid universal


Version published
Weekly downloads
224
increased by3100%
Maintainers
7
Weekly downloads
 
Created

SolidJS Lightning

solid-lightning

Solid-Lightning is a UI framework for Lightning Renderer built with SolidJS Universal Renderer. It allows you to declaratively construct lightning nodes with reactive primitives, just as you would construct a DOM tree in SolidJS. Also check out Solid Lightning Primitives for additional primitives to speed up your development.

Documentation

SolidJS Lightning Docs

Demo App

Solid TMDB Demo App

Playground

Currently down - need to fix up the packaging to get this working again. On my backlog :-) playground.solidjs.com

Quick Start

Clone starter template:

> npx degit lightning-js/solid-starter-template my-app
> cd my-app
> npm i # or yarn or pnpm
> npm start # or yarn or pnpm

Hello World

import { render, Text } from '@lightningjs/solid';

render(() => <Text>Hello World</Text>);

For a more detailed Hello World guide check out the Hello World guide.

FAQs

Package last updated on 15 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts