Simple attempt at a react reimplementation as a learning exercise
  • JavaScript 90%
  • HTML 10%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-09 19:36:23 +00:00
.gitignore feat: add simple render function and vdom 2024-11-15 00:00:40 +00:00
bun.lockb feat: add simple render function and vdom 2024-11-15 00:00:40 +00:00
index.html feat: add simple render function and vdom 2024-11-15 00:00:40 +00:00
index.js fix: a wee update to impl 2024-11-19 23:24:41 +00:00
LICENSE fix: add license 2025-12-09 19:35:39 +00:00
package.json feat: add simple render function and vdom 2024-11-15 00:00:40 +00:00
README.md fix: remove archive notice 2025-12-09 19:36:23 +00:00
tsconfig.json feat: add simple render function and vdom 2024-11-15 00:00:40 +00:00

rereact

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.35. Bun is a fast all-in-one JavaScript runtime.