Skip to content

Instantly share code, notes, and snippets.

@brauliodiez
brauliodiez / readme.md
Last active September 1, 2023 04:48
lodash/fp set and flow

lodash/fp - set / flow

In this gist we are going to learn about basic goodies that we get from the library lodash/fp (fp stands for functional programming, great for ensuring immutability).We'll learn just by doing (step by step guided sample + codepens).

We'll cover lodash set and flow functions

Steps

  • We'll use codepen as our playground, navigate to this page: