This project is my first attempt to run React.js on the top of ModdableSDK, implementing a custom renderer with react-reconciler.
Referenced, forked and modified react-ssd1306 by @doodlewind which runs React.js on QuickJS and Raspberry Pi.
- Moddable (latest
publicbranch)
This repository has two projects
lib: A library project that bundles a custom renderer,react,react-reconcilerinto a single esm module usingrollup.jsapp: A Moddable application. It uses a bundledreact-moddablelibrary inlib/dist
npm install
cd app && npm install
cd ..
The project's default build target is lin that launches a simulator on Linux.
npm run build
MIT