Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 784 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 784 Bytes

Playing around and trying to learn Functional Programming in TypeScript/JavaScript. Experimenting with the Funkia libraries.

Usage

Clone repository and run npm install

io-fetch

Use Jabz IO with fetch to retrieve data from jsonplaceholder.

Run

npm run io-fetch

showIndexPage

Took some code from this JavaScript functional programming article which was using Ramda tried converting it to TypeScript and Jabz.

Run

npm run showIndexPage:ramda

npm run showIndexPage:jabz