milomg / reactively

MIT License
415 stars 23 forks source link

Confusion around stabilize and computed functions in 'benches/core' #3

Closed ICJR closed 1 year ago

ICJR commented 1 year ago

Exploring reactivity, I like the idea of using a single method throughout my project 'reactive' but I'm slightly confused by 'benches/core.js'

Is there a need for the computed function?

Is there a need for the signal function?

Thank you for all your hard work.