-
Updated
Jun 21, 2021 - Swift
#
debounce
Here are 288 public repositories matching this topic...
A software attempt to address the "double key press" issue on Apple's butterfly keyboard [not actively maintained]
keyboard
apple
macbook
debounce
macbook-pro
macbookpro
macbook12
macbook-air
butterfly-keyboard
double-press
keyboard-issue
-
Updated
Oct 12, 2018 - JavaScript
jdthorpe
commented
Nov 21, 2021
Describe the bug
The useSize() function in the demo for @react-hook/resize-observer uses the anti-pattern of depending on the ref object provided by React.useRef() in the dependency list of React.useLayoutEffect(). This has the effect of not setting an initial value for the size on the first rendering. This matters because elements that don't get re-rendered never get a sized.
**
A lightweight Objective-C message throttle and debounce library.
-
Updated
Jul 16, 2019 - Objective-C
A responsive state manager which allows you to run different javascript at different browser widths
-
Updated
Jul 30, 2021 - JavaScript
Must-have verilog systemverilog modules
spi-interface
fpga
hls
encoder
delay
tcl
verilog
debounce
xilinx
synchronizer
uart
altera
uart-verilog
fifo
pwm
uart-protocol
spi-master
uart-controller
uart-tx
uart-receiver
-
Updated
Dec 25, 2021 - Verilog
Helpful decorators for typescript projects
-
Updated
Feb 11, 2022 - TypeScript
Arduino library to debounce button switches, detect presses, releases, and long presses
-
Updated
May 22, 2021 - C++
Debounce your API calls easily and stay in promised land.
-
Updated
Oct 6, 2021 - TypeScript
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
arduino
esp8266
touch
esp32
button
platformio
switch
trigger
arduino-library
debounce
esp8266-arduino
pushbutton
tactile
debounce-button
easybutton
esp32-arduino
touch-button
tactile-switches
debounce-buttons
detect-presses
-
Updated
Oct 17, 2021 - C++
-
Updated
Feb 17, 2022 - TypeScript
A React higher order component to debounce the rendering of your React components
-
Updated
Feb 15, 2022 - TypeScript
Decorators for web and node applications
-
Updated
Feb 11, 2022 - TypeScript
performance
analytics
fps
metrics
memory
traffic
debounce
requestanimationframe
balancer
optimisation
requestidlecallback
perf-tools
lazy-promise
perf-keeper
-
Updated
Jul 27, 2021 - TypeScript
A simple to use directive for debounce solutions
-
Updated
Dec 29, 2021 - JavaScript
Effects for use with Hyperapp
fetch
http
keyboard
time
animation
delay
random
history
effects
localstorage
throttle
debounce
settimeout
frame
requestanimationframe
hyperapp
hyperapp-fx
-
Updated
Feb 7, 2022 - JavaScript
A lite Objective-C library for throttle and debounce, supporting leading and trailing. 节流/限流/防反跳/防重复点击/防重复调用
-
Updated
Nov 18, 2021 - Objective-C
RawModel.js plugin for Vue.js v2. Form validation has never been easier!
-
Updated
Feb 28, 2017 - TypeScript
Custom react hooks for lodash debounce.
-
Updated
Feb 12, 2022 - TypeScript
react
hooks
hook
typescript
effects
tiny
debounce
requestanimationframe
react-hooks
support-typescript
-
Updated
Feb 18, 2022 - TypeScript
㸚 Easy-to-use React state containers which utilize the render props (function as child) pattern
react
dom
scrolling
debounce
viewport
paragraph
mouse-events
state-container
function-as-child
render-props
-
Updated
Apr 6, 2019 - JavaScript
Uniformly encapsulate different types of switches as user input devices
arduino
library
analog
matrix
switch
debounce
switches
keypad
long-press-feature
double-pointer
lcd-shield
press-detection
auto-repeat
-
Updated
Aug 11, 2021 - C++
An SObject Generic Lookup field with LWC
-
Updated
Jun 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the debounce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debounce topic, visit your repo's landing page and select "manage topics."
Describe the bug
For the versions 7.0.0 and 7.0.1, setting
{ leading: true }does not trigger an immediate change inuseDebounce. It works in 6.0.1 and below.To Reproduce
use-debounce@6.0.0-beta. Add the option{ leading: true }and observe that the debounced value is updated immedat