Skip to content

An exploration of how Single Page Applications work under the hood.

Notifications You must be signed in to change notification settings

Andersclark/tinySPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinySPA

This is my playground as I figure out how rendering and reactivity works.

Current status

  • Recursive rendering of data-structure
  • Basic reactivity: Re-render entire DOM-tree when data changes
  • Advanced reactivity: Selectively re-render parts of DOM based on data changes

Want to play?

Initial setup

  1. Clone the repo.
  2. Install dependencies: npm install
  3. Start dev server: npm run dev

What to do?

Start messing with the data structure inside the index.ts file.

About

An exploration of how Single Page Applications work under the hood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published