Independent project
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
- Components
- Routing and state
- 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
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