Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Full CSS support for JSX without compromises
Webpack's DllPlugin without the boilerplate
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
NodeJS Require that let you handle module not found error without try/catch
Currying in javascript. Like .bind() without also setting `this`.
A generic library implementing hot reload for React components without unmounting or losing their state.
Proxies ES6 React components without unmounting or losing their state.
Check if a value is a valid JSON object/array string (or a plain object), without try/catch on the caller side.
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance
A mirror of the upstream Google Closure Library but repackaged for npm and without global namespace pollution.
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Modern Buffer API polyfill without footguns
Match a Unicode property or property alias to its canonical property name without loose matching.
Match a Unicode property or property alias to its canonical property name without loose matching.
Ensure that a stream is flowing data without mutating it
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
A utility method to create preact components without using class keyword