Skip to content

Instantly share code, notes, and snippets.

View maldonadod's full-sized avatar

Daniel Maldonado maldonadod

  • Buenos Aires, Argentina
View GitHub Profile
@brauliodiez
brauliodiez / readme.md
Last active June 3, 2024 09:57
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: