universal-ember / reactiveweb

Reactive primitives for the web
https://reactive.nullvoxpopuli.com
MIT License
11 stars 5 forks source link

Add debounce initialize #101

Closed Techn1x closed 5 months ago

Techn1x commented 5 months ago

Summary

This should be pretty straightforward

My use case is I'm looking to use debounce to avoid some UI states changing too quickly based on tracked data (causing a loading spinner to flash for a split second before showing data, that kind of thing)

But I would like it to show the current state on render (eg loading) without waiting, and only debounce updates to that state.

vercel[bot] commented 5 months ago

@Techn1x is attempting to deploy a commit to the universal-ember Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reactive ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 11:59am
NullVoxPopuli commented 5 months ago

Thank you!!