Liigu põhisisu juurde

Minu panus

I built this earlier framework iteration and its example application. It was part of the development path that led to NexusLite.

Kuidas ma töötasin

  • Explored component composition and routing in TypeScript.
  • Used a runnable example application to check the API in an actual interface.
Teostuse eelvaade
  1. Components
  2. Routing and state
  3. Example application

Mis see on

An earlier iteration of the reactive frontend framework idea that became NexusLite. Has a runnable example app in example/ showing components, routing, and a landing page. The example needs a Vite build to run, so it is not embedded here. See the GitHub repo for the full demo.

Funktsioonid

  • Full framework with components and routing
  • Runnable example app
  • Vite dev server out of the box

Tehnoloogiad

TypeScriptVite

Kuidas jooksutada

git clone https://github.com/AG064/dot-js.git
cd dot-js/example
npm install
npm run dev  # opens at http://localhost:5173