An open API service indexing awesome lists of open source software.

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

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