Skip to content

jimf/intro-fp-js-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Functional Programming in JavaScript Talk

This repo contains resources for my Bucks County JS intro to functional programming in JavaScript, including the code used for the Ramda mug giveaway where I use Ramda and data.task to call out to the Meetup API to select a winner in a pure and functional way.

To run the code (tested with Node.js v5):

$ npm install
$ node ./index.js

To learn more about data.task specifically, see my brain dump on the library here where I compare its usage with that of ES6 promises.

The React code that we looked at can be found here.

Related Links

License

MIT

About

Resources for my "Intro to FP in JavaScript" talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published