Skip to main content

My contribution

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

How I worked on it

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

What it is

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.

Features

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

Stack

TypeScriptVite

How to run it

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