Repositorium contains the code of three counter apps: SolidJS, React and plain js + html. Those apps was made in order to present how these tools manage reactivity.
- node v20.10.0
- pnpm 8.12.1
Go to the directory
cd counter-reactInstall dependencies
pnpm iRun development server
pnpm devGo to the directory
cd counter-solidInstall dependencies
pnpm iRun development server
pnpm devGo to the directory
cd counter-vanillaInstall dependencies
pnpm iRun development server
pnpm dev