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%
|
|
||
|---|---|---|
| main.ts | ||
| reactivity.ts | ||
| README.md | ||
| tsconfig.json | ||
this
me at
note: changes may vary from initial assumptions