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!
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
|
Code implementing the app above. Global state, local state, diffing, keys, functional components, even use-state :)
https://github.com/HumbleUI/HumbleUI/blob/ea67ba48d485fe72fce6743d86d75b4316efdf9b/dev/vdom.clj#L417-L447