-
# Feature: [FF] [wApp] Staring Service - Backend Integration and Functional Logic
## Context:
This feature involves the backend logic and development code to handle giving or removing a star from a s…
-
Is it possible to avoid rendering the toast completely when the promise being monitored resolves fast?
-
This really isn't a bug report, but we have some questions about how the navigator works with tile loading.
If a user is zoomed in on an image and clicks and drags in the navigator for several seco…
-
# How to Correctly Debounce and Throttle Callbacks in React
How to correctly debounce and throttle callbacks in React using useCallback() and useMemo() hooks.
[https://dmitripavlutin.com/react-throt…
-
To reproduce add a button with this attribute
`data-on-click.throttle_3s="$get('/')"`
Or
`data-on-click.throttle_1s="$get('/')"`
And press the button many times fast. It sends as many requests…
-
Please check this video
https://youtu.be/q4TgSq-eZ-M
When resized from right to left its smooth.. but when resized left to right its shaking and not giving smooth effect.
I tried
new Re…
-
Hi Nick,
Thank you for your excellent work. I would abandon this piece of hardware without your code.
With the Ruler (and my old fat fingers), I had many "double-touch" accidents.
This code works …
-
```vue
// 你的答案
/**
* Implement the custom directive
* Make sure the `onClick` method only gets triggered once when clicked many times quickly
* And you also need to support the debou…
-
Release Requirement
This needs debounce so it stops updating on every keystroke
-
```[tasklist]
### Tasks
- [ ] Add form validation
- [ ] Redesign form fields
- [ ] Add debounce for submit button
- [ ] Add notification at UI after submit
```