pocesar's Stars
n8n-io/n8n
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
react-hook-form/react-hook-form
📋 React Hooks for form state management and validation (Web + React Native)
microsoft/cascadia-code
This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
goldbergyoni/javascript-testing-best-practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)
fingerprintjs/fingerprintjs
The most advanced browser fingerprinting library.
valeriansaliou/sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
automerge/automerge-classic
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
sindresorhus/ky
🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
nodegui/react-nodegui
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
GoogleChromeLabs/react-adaptive-hooks
Deliver experiences best suited to a user's device and network constraints
bastion-rs/bastion
Highly-available Distributed Fault-tolerant Runtime
zxing-js/library
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
contiamo/restful-react
A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
asomers/mockall
A powerful mock object library for Rust
servo/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
JodusNodus/react-qr-reader
React component for reading QR codes from webcam.
nikgraf/react-hooks
Collection of React Hooks
rust-rosetta/rust-rosetta
Implementing Rosetta Code problems in Rust.
jsonsystems/json-schema
JSONSchema.Net Public Repository
WebAssembly/interface-types
cdklabs/cdk-watchful
Watching what's up with your CDK apps since 2019
gustf/js-levenshtein
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
zilch/type-route
The flexible, type safe routing library.
rbuckton/proposal-enum
Proposal for ECMAScript enums
tc39/proposal-string-replaceall
ECMAScript proposal: String.prototype.replaceAll
rustwasm/rust-parcel-template
Kickstart your Rust, WebAssembly, and Parcel project!
async-rs/duplexify
Combine a reader + writer into a duplex of Read + Write
WanzenBug/rqrr
QR reader written in Rust
vardius/react-user-media
React wrapper for getUserMedia
pocesar/react-use-qrcode
React hook that allows you to decode QR Code data in a webworker (through comlink) using @zxing/library with some adaptations for web workers. Performance-first, non-ui blocking code. Uses OffscreenCanvas if available