r-laf's Stars
pmndrs/zustand
🐻 Bear necessities for state management in React
TanStack/query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
vercel/swr
React Hooks for Data Fetching
pmndrs/react-spring
✌️ A spring physics based React animation library
motiondivision/motion
A modern animation library for React and JavaScript
acdlite/react-fiber-architecture
A description of React's new core algorithm, React Fiber
clauderic/react-sortable-hoc
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
lukeed/clsx
A tiny (239B) utility for constructing `className` strings conditionally.
AGWA/git-crypt
Transparent file encryption in git
kpdecker/jsdiff
A javascript text differencing implementation.
google/diff-match-patch
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
juliencrn/usehooks-ts
React hook library, ready to use, written in Typescript.
danbovey/react-infinite-scroller
⏬ Infinite scroll component for React in ES6
ankeetmaini/react-infinite-scroll-component
An awesome Infinite Scroll component in react.
naver/egjs-infinitegrid
A module used to arrange card elements including content infinitely on a grid layout.
caseywebdev/react-list
:scroll: A versatile infinite scroll React component.
ai/nanoevents
Simple and tiny (107 bytes) event emitter library for JavaScript
microsoft/scalar
Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
fat/bean
an events api for javascript
spwhitton/git-remote-gcrypt
PGP-encrypted git remotes
fiduswriter/diffDOM
A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.
Martinsos/edlib
Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
donavon/use-event-listener
A custom React Hook that provides a declarative useEventListener
slavaim/MacOSX-Kernel-Filter
A Mac OS X kernel mode filter driver ( a kernel extension ) for devices, file systems and network
ZhipingYang/BetterDummy
Software Dummy Display Adapter for Apple Silicon/Intel Macs to Have Custom HiDPI Resolutions.
friebetill/obsidian-file-diff
View the difference between two files within Obsidian.
grace-note/grace-note
https://github.com/yuankui/grace-editor
TeemuKoivisto/prosemirror-track-changes-example
A simple track-changes example with prosemirror-changeset
memowe/Algorithm-MyersDiff
Straightforward implementation of Myers' "O(ND) Difference Algorithm"