GitHub topics: debounce
smnandre/stimulus-throttle
A Stimulus package for throttling event handlers
Language: TypeScript - Size: 6.84 KB - Last synced at: about 17 hours ago - Pushed at: about 17 hours ago - Stars: 0 - Forks: 0

sajadtorkamani/react-lodash-debounce-example
An example of how to debounce API calls in React using lodash's debounce function.
Language: TypeScript - Size: 4.88 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

jonathan-fielding/SimpleStateManager
A responsive state manager which allows you to run different javascript at different browser widths
Language: JavaScript - Size: 4.47 MB - Last synced at: about 9 hours ago - Pushed at: about 2 years ago - Stars: 623 - Forks: 37

xnimorz/use-debounce
A debounce hook for react
Language: TypeScript - Size: 1.45 MB - Last synced at: 4 days ago - Pushed at: 22 days ago - Stars: 3,231 - Forks: 114

vlio20/utils-decorators
Decorators for web and node applications
Language: TypeScript - Size: 1.8 MB - Last synced at: about 23 hours ago - Pushed at: 7 months ago - Stars: 228 - Forks: 14

madza91/react-ikea-products
Homework for some company, written in ReactJS.
Language: JavaScript - Size: 358 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

smikhalevski/react-hookers
π€βHeadless UI library that provides components, behaviors, state management, and rendering primitives.
Language: TypeScript - Size: 1.87 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 1

fullstackgada/debouncing-interactive
A fun, visual, and Hindi-based interactive guide to Debouncing in JavaScript, featuring TMKOCβs Jethalal, Babita, and Popatlal. This educational demo explains the concept of debouncing, why it matters, and how it optimizes API callsβusing relatable metaphors, engaging UI, and live counters.
Language: HTML - Size: 0 Bytes - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

anseki/anim-event
Event Manager for Animation
Language: JavaScript - Size: 237 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 35 - Forks: 18

jaredLunde/react-hook
β© Strongly typed, concurrent mode-safe React hooks
Language: TypeScript - Size: 2.88 MB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 1,503 - Forks: 95

lauslim12/speednote
Performant, Optimized Progressive Web Application (PWA) to input your notes and thoughts as soon as possible
Language: TypeScript - Size: 1.04 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 1

developit/decko
:dash: The 3 most useful ES7 decorators: bind, debounce and memoize
Language: JavaScript - Size: 49.8 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 1,038 - Forks: 34

malcommac/Repeat
π¦ Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
Language: Swift - Size: 179 KB - Last synced at: 7 days ago - Pushed at: almost 4 years ago - Stars: 1,463 - Forks: 91

zackAJ/laravel-debounce
a laravel package that gives you a debounce effect on jobs, notifications and artisan commands with a nice report of occurrences.
Language: PHP - Size: 79.1 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 129 - Forks: 4

BetterTyped/react-performance-hooks
π React hooks that will make you extremely easy to debounce and throttle your functions to gain instant performance boost!
Language: TypeScript - Size: 289 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 23 - Forks: 2

Aldaviva/ThrottleDebounce
π Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.
Language: C# - Size: 279 KB - Last synced at: about 22 hours ago - Pushed at: 8 days ago - Stars: 52 - Forks: 6

ichramsyah/rinema-frontend-rebuild-filmPage
REBUILD RINEMA - Proyek ini adalah pembangunan ulang modern dari halaman film di aplikasi web Rinema https://rinemaa.paramadina.ac.id/film, yang dibuat ulang menggunakan React dan Tailwind
Language: JavaScript - Size: 92.8 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

slorber/awesome-debounce-promise
Debounce your API calls easily and stay in promised land.
Language: TypeScript - Size: 360 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 395 - Forks: 9

three11/debounce
Debounce multiple function executions
Language: TypeScript - Size: 2.44 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

devnax/dboun
The dboun function is a utility designed to limit the rate at which a function is executed. It ensures that the provided function (fn) is called only after a specified delay (delay) has elapsed since the last invocation. By default, the delay is set to 400 milliseconds.
Language: JavaScript - Size: 78.1 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

github/mini-throttle
A small JavaScript throttle & debounce implementation.
Language: TypeScript - Size: 368 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 218 - Forks: 16

effector/patronum
βοΈ Effector operators library delivering modularity and convenience β¨
Language: TypeScript - Size: 6.39 MB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 304 - Forks: 44

NamesMT/kontroll
Tiny, dead-simple package for function behavior controls like debounce, throttle, countdown
Language: TypeScript - Size: 433 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 3 - Forks: 0

GabyGold67/ButtonToSwitch_ESP32
Complete buttons to switches library implemented for ESP32-Arduino, with flags update automation, function callbacks, tasks unblocking, task resumes, all encapsulated in classes sharing a common API for simplest implementation, use, modification or replacement when needed.
Language: C++ - Size: 1.93 MB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 2 - Forks: 0

sideeffect-io/Regulate
Provides time-based regulation operators like Debounce and Throttle. 100% based on Swift concurrency.
Language: Swift - Size: 380 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 8

dorssel/dotnet-debounce
.NET library that coalesces, debounces, serializes, and throttles incoming concurrent events.
Language: C# - Size: 953 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 10 - Forks: 1

eavam/use-debouncy
π Small (~0.2kb) debounce effect hook for React with TypeScript support
Language: TypeScript - Size: 369 MB - Last synced at: 1 day ago - Pushed at: 28 days ago - Stars: 45 - Forks: 3

DoImant/Button_SL
Button is a class for (debouncing) button queries. The included ButtonSL is extended so that a distinction can be made between a short and long button press.
Language: C++ - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

ranjanakarsh/Signal
Lightweight and type-safe reactive signal system for modern Swift apps. Built with concurrency, Combine interop, and real-time UX in mind
Language: Swift - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

taufik-nurrohman/tick
Utility functions to do time-related tasks.
Language: HTML - Size: 25.4 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

AmaanMultani/lite-debounce-js
LiteDebounce is a lightweight utility for debouncing JavaScript functions, designed to improve performance without any dependencies. It offers both leading and trailing execution options, making it ideal for handling user inputs and optimizing event performance. ππ
Language: JavaScript - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

mrnko/lite-debounce-js
A lightweight, dependency-free debounce utility for JavaScript functions. Supports both leading and trailing edge execution. Perfect for input handlers, resize events, and performance optimization in modern web apps.
Language: JavaScript - Size: 26.4 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Gruppio/Throttle
Throttle library for arduino, just like a Debounce but faster! π
Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

neuralline/cyre
Open source time based event/state manager
Language: TypeScript - Size: 2 MB - Last synced at: 7 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

avdwebLibraries/avdweb_FreqPeriodCounter
Smart library with comprehensive functions for counting (multiple) frequencies and period-times. For Arduino Uno and Zero.
Language: C++ - Size: 37.1 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 4

evert-arias/EasyButton
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Language: C++ - Size: 354 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 465 - Forks: 66

aahung/Unshaky
A software attempt to address the "double key press" issue on Apple's butterfly keyboard [not actively maintained]
Language: Swift - Size: 17.3 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3,056 - Forks: 121

kricha/debounce-with-map
A tiny function that runs a delayed execution of unique calls by managing a Map data structure with a custom debounce implementation
Language: JavaScript - Size: 3.91 KB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

yulingtianxia/MessageThrottle
A lightweight Objective-C message throttle and debounce library.
Language: Objective-C - Size: 297 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 826 - Forks: 66

fabienjuif/debouncerd
A simple daemon to debounce command executions
Language: Rust - Size: 11.7 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

AbdusSattar-70/code-editor
LiCoderZ enables users to create, edit, and organize files and folders in a hierarchical structure. The code editor supports syntax highlighting for multiple languages, and the live preview updates in real-time as you modify your code, providing an immersive coding experience.
Language: TypeScript - Size: 74.2 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

amankrs21/Secure-Vault
The SecureVault project leverages the power of the MERN stack (MongoDB, Express, React, Node.js) to provide a robust and secure platform for managing todo lists. It features JWT authentication for secure access and protected routes to ensure that only authenticated users can access certain functionalities.
Language: JavaScript - Size: 11.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Deemon13/github-api-autocomplete
Small app of using fetch request to github api for searching repositories
Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

prabhanjansp/movieapp
Movie Explorer is a modern, responsive web application built with React that allows users to discover trending movies, TV shows, and actors. Powered by the TMDB API, it offers a sleek interface with dark/light mode, search functionality, and personalized watchlists.
Language: JavaScript - Size: 1.65 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Jerakin/debounce
Python implementation of debounce functionality.
Language: Python - Size: 9.77 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

incepter/react-async-states
A Multi-Paradigm React State Management Library
Language: TypeScript - Size: 3.67 MB - Last synced at: 25 days ago - Pushed at: 9 months ago - Stars: 116 - Forks: 11

fabiospampinato/dettle
A tiny fully-featured debounce and throttle implementation.
Language: TypeScript - Size: 15.6 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 22 - Forks: 1

nodef/extra-function
Manipulates JavaScript functions' parameters, timing, and behavior.
Language: TypeScript - Size: 330 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

callmeskyy111/jobify-app-v1
Jobify - Initial Version (Without React-Query and other optimizations)
Language: JavaScript - Size: 2.69 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

kotyara12/reGpio
ΠΠ±ΡΠ°Π±ΠΎΡΠΊΠ° ΡΠΎΠ±ΡΡΠΈΠΉ Π½Π° Π²Ρ ΠΎΠ΄Π°Ρ (ΠΊΠ½ΠΎΠΏΠΊΠΈ, PIR ΠΈ Ρ.Π΄.) ΠΏΠΎ ΠΏΡΠ΅ΡΡΠ²Π°Π½ΠΈΡ Ρ ΡΠ°ΠΉΠΌΠ΅ΡΠΎΠΌ ΠΏΠΎΠ΄Π°Π²Π»Π΅Π½ΠΈΡ Π΄ΡΠ΅Π±Π΅Π·Π³Π° ΠΊΠΎΠ½ΡΠ°ΠΊΡΠΎΠ²
Language: C++ - Size: 5.86 KB - Last synced at: 30 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 2

NetanelBasal/helpful-decorators
Helpful decorators for typescript projects
Language: TypeScript - Size: 1.85 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 466 - Forks: 50

AbianS/zustand-debounce
zustand-debounce is a library that extends the capabilities of Zustand to provide a JSON state storage system with delayed (debounced) writing to storage.
Language: TypeScript - Size: 334 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 15 - Forks: 0

ryanlevee/nexrad-mapbox
High-performance, interactive SolidJS web application designed to visualize NEXRAD weather radar data on a dynamic map interface.
Language: JavaScript - Size: 172 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

danielhaim1/Modulator
An advanced debouncing utility designed to optimize high-frequency events in web applications, such as scroll, resize, and input.
Language: TypeScript - Size: 3.07 MB - Last synced at: 24 days ago - Pushed at: 27 days ago - Stars: 3 - Forks: 0

CMB27/AutomationTimers
This is an Arduino library for managing event timing.
Language: C++ - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

oleg-putseiko/function-performer
Performer providing API for debounce, throttle and deduplication functions
Language: TypeScript - Size: 65.4 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

varshadhanotiya/Snappy
A React-based web app to search images via Pexels API, edit them using Fabric.js, and download the final result.
Language: JavaScript - Size: 66.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

nodef/extra-async-function
An async function is a function that delivers its result asynchronously (through Promise).
Language: TypeScript - Size: 382 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SikandarJODD/forms-sv
Sveltekit Superform Validations Examples - ZOD - FormSnap
Language: Svelte - Size: 365 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0

avdwebLibraries/avdweb_Switch
Switch library with longPress and doubleClick
Language: C++ - Size: 118 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 49 - Forks: 16

apartmentlist/sidekiq-bouncer
Debounce Sidekiq jobs that have the same worker class and params.
Language: Ruby - Size: 16.6 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 35 - Forks: 9

rahulc0dy/safe-execute
npm install @rahulc0dy/safe-execute
Language: TypeScript - Size: 63.5 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

BYOJS/toggler
Throttled toggler
Language: JavaScript - Size: 21.5 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 16 - Forks: 0

growintek/Auto-Site-Optimizer
A lightweight and automated JavaScript library that enhances website performance without user intervention. It includes features like lazy loading, script deferring, service worker caching, performance tracking, and smooth scrolling to optimize page speed and improve user experience effortlessly. ππ₯
Language: JavaScript - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pranaybajracharya/debounce-control
React component that debounce state
Language: TypeScript - Size: 621 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 9 - Forks: 0

j-hc/click-once
A small tiny little binary to fix undesired mouse double clicks in Windows, written in Rust. Minimal executable with little to no overhead.
Language: Rust - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 31 - Forks: 4

AHMAD-JX/Auto-Site-Optimizer
A lightweight and automated JavaScript library that enhances website performance without user intervention. It includes features like lazy loading, script deferring, service worker caching, performance tracking, and smooth scrolling to optimize page speed and improve user experience effortlessly. ππ₯
Language: JavaScript - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Alfaizkhan/debouncer
An easy-to-use method call Debouncer package for Dart/Flutter.
Language: Dart - Size: 10.7 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

Abishek-Ramanan/Moviesda
Moviesda is a movie searching web application.
Language: JavaScript - Size: 2.18 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Cweili/async-throttle-cache
Throttle or debounce asynchronous functions and return cached result for each function calls. It can be used for rate limit.
Language: JavaScript - Size: 54.7 KB - Last synced at: 10 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

simphotonics/callback_controller
Controls the call frequency of a callback and exposes a stream that emits the controller state.
Language: Dart - Size: 47.9 KB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

bhaskarkrp/TikTok-clone
This is a clone of TikTok. Where you can upload, Like, Comment and scroll through the videos, You can search your favourite influencers and checkout their profile.
Language: TypeScript - Size: 10.3 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

jinjor/elm-debounce
Yet another debouncer for Elm
Language: Elm - Size: 123 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 43 - Forks: 3

BYOJS/scheduler
Throttle/debounce scheduler
Language: JavaScript - Size: 32.2 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 20 - Forks: 0

RicardoGEsteves/Storyscape
Storyscape is social media platform. Allow users to capture, share, and connect with the world. Businesses can leverage its influence to showcase products, connect with audiences, and craft compelling brand narratives.
Language: TypeScript - Size: 21.3 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 7 - Forks: 4

evert-arias/easybtn-docs
EasyButton official documentation
Language: TypeScript - Size: 3.69 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 3

tjcchen/practice-makes-perfect
π All are FE relevant stuff: Ajax, Promise, ES6 New Features, Flex Layout, Grid Layout, Debounce, Throttle, Currying etc.
Language: HTML - Size: 746 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

victor0210/HAjax
Browser-side high availability front-end request solution
Language: TypeScript - Size: 6.65 MB - Last synced at: 5 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

secretpray/CRUD_AJAX
Rails AJAX on vanila Javascript
Language: Ruby - Size: 1.35 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 3

dhershman1/vue-debounce
A simple to use directive for debounce solutions
Language: JavaScript - Size: 980 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 174 - Forks: 15

Roo2ja/react-performance-toolkit
This project demonstrates advanced React performance optimization techniques.
Language: TypeScript - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

SIDOVSKY/DebounceMonitoring
π Add debounce logic for any method in a single line.
Language: C# - Size: 163 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 1

paradoxial-composition/debounce-throttle-utility
A lightweight utility for debouncing and throttling functions, optimized for performance. Ideal for handling events like scrolling, resizing, or input changes in web apps.
Language: TypeScript - Size: 5.03 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Oery/oery-debouncer
Fix Keyboards Double Inputs
Language: Rust - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Syed007Hassan/Google2.0
A Google Clone using ReactJs that uses Google Search RapidApi, where you can search images, news and videos, along with a light and dark mode.
Language: JavaScript - Size: 686 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

RyosukeCla/node-distributed-debounce
debounce function for distributed system with redis and nodejs.
Language: TypeScript - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 17 - Forks: 3

vpodk/debouncing
π Debouncing and throttling library optimizes event handling by delaying or limiting function execution.
Language: JavaScript - Size: 36.1 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 6 - Forks: 9

Hizbucodes/Weather-Forecast-Mobile-App
Get Details about Weather Forecast by giving city or country name
Language: JavaScript - Size: 2.56 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

itsdouges/react-debounce-decorator
βΉ Useful for debouncing tooltips or anything you want to happen immediately, and be called back after a while.
Language: JavaScript - Size: 2.94 MB - Last synced at: 29 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

nphausg/loomIn
π Loom: A Metaphor for Dynamic State Management, The name Loom draws inspiration from the traditional tool used for weaving fabric, symbolizing the process of integrating and managing data streams seamlessly in modern applications. This analogy is especially fitting for a system responsible
Language: Kotlin - Size: 6.66 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

gkjohnson/js-async-utilities
Set of utility classes to enable easy Coroutines, Debouncing, and Animation
Language: JavaScript - Size: 116 KB - Last synced at: 20 days ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

syket-git/react-user-dashboard
React User Dashboard β Built with React.js, Chakra UI and TypeScript for a seamless and robust experience.
Language: TypeScript - Size: 256 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

space-code/pulse
pulse is a swift package designed to efficiently debounce values
Language: Swift - Size: 31.3 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mauriciobarroso/button
ESP-IDF component to drive multiple instances of tactile switches buttons
Language: C - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 17 - Forks: 2

leandrowd/batcher
Batching with ease
Language: JavaScript - Size: 178 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 3

GabyGold67/ButtonToSwitch_AVR
Complete buttons to switches library implemented for Arduino, with flags update automation, function callbacks, all encapsulated in classes sharing a common API for simplest implementation, use, modification or replacement when needed.
Language: C++ - Size: 1.15 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

fabiospampinato/dettle-batch
A batched debouncing and throttling solution, for performance.
Language: JavaScript - Size: 6.84 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

bowencool/async-utilities
An asynchronous tools library in the style of higher-order functions.
Language: TypeScript - Size: 2.43 MB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 12 - Forks: 0

andygeiss/cloud-native-store
A Go-based key-value store showcasing cloud-native patterns like transactional logging, data sharding, encryption, TLS, and circuit breakers. Built with hexagonal architecture for modularity and extensibility, it includes a robust API and in-memory storage for efficiency and stability.
Language: Go - Size: 166 KB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

SandeepYadav99/patterns-best-practices
Language: JavaScript - Size: 171 KB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
