https://github.com/plexinc/react-lightning
React reconciler for rendering React apps with Lightning.js
https://github.com/plexinc/react-lightning
lightningjs react react-reconciler
Last synced: 9 months ago
JSON representation
React reconciler for rendering React apps with Lightning.js
- Host: GitHub
- URL: https://github.com/plexinc/react-lightning
- Owner: plexinc
- License: mit
- Created: 2025-01-08T00:43:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T15:31:59.000Z (10 months ago)
- Last Synced: 2025-06-10T17:25:55.491Z (10 months ago)
- Topics: lightningjs, react, react-reconciler
- Language: TypeScript
- Homepage: https://plexinc.github.io/react-lightning/
- Size: 1.35 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
A react renderer to render React components to
[Lightningjs](https://lightningjs.io/), so you can write your Lightningjs apps
using React and React Native.
## Getting Started
You can scaffold a new project using degit:
```bash
npx degit plexinc/react-lightning/templates/app-template my-lightning-app
```
See [the docs](https://plexinc.github.io/react-lightning/) for usage and examples.