This project is a small reactive state engine built from scratch in TypeScript. It tracks which functions depend on state and automatically reruns them when that state changes. The goal is to learn how reactivity works under the hood, similar to libraries like MobX.
  • TypeScript 100%
Find a file
Manish Acharya 15d23be93e
Add note about changes in assumptions
Added a note about potential changes in assumptions.
2026-04-29 11:17:24 +05:45
main.ts separation of logic 2026-04-26 11:04:46 +05:45
reactivity.ts separation of logic 2026-04-26 11:04:46 +05:45
README.md Add note about changes in assumptions 2026-04-29 11:17:24 +05:45
tsconfig.json separation of logic 2026-04-26 11:04:46 +05:45

this

image

me at

image

note: changes may vary from initial assumptions