/vanilla-render

Render and hooks without React.

Primary LanguageTypeScript

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.