matheusdearaujo / vanilla-render

Render and hooks without React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The code in this repository is about recreating React in vanilla JavaScript in order to achive a similar worflow.

The file hooks.ts contains all of the rendering and state handeling logic, everything else is just an example of a simple counter application.

About

Render and hooks without React.


Languages

Language:TypeScript 72.3%Language:JavaScript 16.1%Language:HTML 11.6%