transducers.js
Data transformer
A small JavaScript library that provides a generalized transformation of data using transducer functions.
A small library for generalized transformation of data (inspired by Clojure's transducers)
2k stars
39 watching
54 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
transduce/transduce | A JavaScript library providing composable transformations of data streams | 92 |
doubleprecisionsoftware/jsontl | A library that allows transformation of JSON data using a simple, JSON-based language with basic operations for replacing and extending values. | 7 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
noprompt/meander | A Clojure/ClojureScript library that enables transparent data transformation through pattern matching and unification. | 923 |
gustavoguichard/string-ts | A library providing strongly typed string functions to preserve type information after transformations | 1,192 |
jhgg/js-transforms | A collection of JavaScript code transformation utilities using js-codeshift | 96 |
gabesoft/trans | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
colineberhardt/json-transforms | Transforms JSON data using a recursive pattern-matching approach. | 140 |
proj4js/proj4js | A JavaScript library to transform coordinates between different coordinate systems. | 2,031 |
paldepind/functionize | A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. | 49 |
f34nk/modest_ex | A library that performs pipeable transformations on HTML strings using CSS selectors | 31 |
rspieker/jest-transform-svelte | A tool to enable unit testing of Svelte components with Jest | 35 |
abhimanyu003/sttr | A command-line utility for transforming strings using various encoding and decoding algorithms. | 955 |
acdlite/redux-transducers | Utilities for working with transducers in Redux applications | 130 |
laracasts/php-vars-to-js-transformer | Transforms PHP data into JavaScript format for use in web applications. | 2,210 |