Email or username:

Password:

Forgot your password?
Niki Tonsky

Look ma! It’s Virtual DOM! Purple outline for components that are recreated, the rest is reused, keeping their identity stable. Seems to work fine!

4 comments
Niki Tonsky

Code implementing the app above. Global state, local state, diffing, keys, functional components, even use-state :)

github.com/HumbleUI/HumbleUI/b

Niki Tonsky

Kind of a weird way to implement lifecycle but whatever. WDYT? Hooks? Class-based?

Go Up