Liigu põhisisu juurde

Minu panus

I produced the JavaScript distribution of NexusLite so its reactive primitives can be used without adopting a TypeScript build setup.

Kuidas ma töötasin

  • 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.

Proovi NexusLite’i

Väike töötav näide raamistikust, millel see veebileht põhineb.

0

Mis see on

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.

Funktsioonid

  • Single-file build
  • No build pipeline required
  • Same API as NexusLite

Tehnoloogiad

TypeScriptJavaScript

Kuidas jooksutada

git clone https://github.com/AG064/nexuslite-js.git
cd nexuslite-js
npm install && npm run build
# output is in dist/