A React-inspired UI framework from scratch in pure JavaScript, no libraries, no frameworks.
- Custom file format
.ansh(like React's.jsx) - Built transpiler that converts
.anshto JS. (like Babel) - Custom hooks
Mystate&Myeffect(likeuseState&useEffect) - Implemented my live server project for file watching & hot reload. (like Vite)
npm i(to install WS)npm run go
- For live Demo Video: Linkedin Post
- You can see syntax rules or maybe constraints for
.anshfile types if u need them (public->rulebook.txt)