/simple-reactive-counter

Simple reactive counter using signals pattern for reactivity.

Primary LanguageJavaScript

Simple reactive counter implemented using Pure JS without any library/framework purely for learning purpose.

signal_counter.mp4

Reactivity is implemented using signals,effects and computed function.Reactivity is working without full page refresh.