https://github.com/adeelibr/transducers
A basic implementation on transducers, pipeline implementation to use instead of map, filter & etc
https://github.com/adeelibr/transducers
Last synced: 3 months ago
JSON representation
A basic implementation on transducers, pipeline implementation to use instead of map, filter & etc
- Host: GitHub
- URL: https://github.com/adeelibr/transducers
- Owner: adeelibr
- Created: 2018-12-20T19:23:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T19:29:01.000Z (over 7 years ago)
- Last Synced: 2025-01-19T08:26:54.080Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An implementation of transducers.
## Setting Up
##### Installing Dependencies
```
$ yarn
```
##### Running Guide [Dev Mode]
```
$ yarn start
```
##### Running Guide [Production Mode]
```
$ yarn build
```
##### Running Code Formatting
```
$ yarn prettier
```
## Information
#### Video walk through
https://www.youtube.com/watch?v=SJjOp0X_MVA
#### Orignal Implementation
https://gist.github.com/NWCalvank/ec77b0c124f1048304cd8a08716a402f
#### Transducers article with visualization
https://medium.com/@roman01la/understanding-transducers-in-javascript-3500d3bd9624