An open API service indexing awesome lists of open source software.

https://github.com/kumdotdev/vanilla-render-state-experiment


https://github.com/kumdotdev/vanilla-render-state-experiment

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# vanilla-render-state-experiment

Update 2025: Using TC39 Proposal for Signals for "reactive state" handling. https://github.com/proposal-signals/signal-polyfill

See diff for conversion plain state-object to signal-state using getter and setter functions and removing render function calls from event handlers.