All projects
NexusLite JS
The JavaScript build of NexusLite. Same reactive primitives, distributed as a single .js file you can drop into any project.
Independent project
My contribution
I produced the JavaScript distribution of NexusLite so its reactive primitives can be used without adopting a TypeScript build setup.
How I worked on it
- Kept the same framework API while making the distribution usable as a JavaScript module.
- Used a small example to make the state and rendering behavior easy to inspect.
Try NexusLite
A small working example of the framework behind this website.
What it is
The JavaScript build of NexusLite. Same reactive primitives, distributed as a single .js file you can drop into any project. Useful if you want a small reactive layer without setting up a build pipeline.
Features
- Single-file build
- No build pipeline required
- Same API as NexusLite
Stack
How to run it
git clone https://github.com/AG064/nexuslite-js.git
cd nexuslite-js
npm install && npm run build
# output is in dist/