Content pfp
Content
@
0 reply
0 recast
2 reactions

christopher pfp
christopher
@christopher
not sure why currying doesn’t get as much love — it’s as easy as generators or memoization in practice
4 replies
0 recast
2 reactions

Andrei O. pfp
Andrei O.
@andrei0x309
It's used in many libraries especially those that lean more towards functional. In React currying is used in router, Context API, Hooks, HOCs, and even rendering. I think a lot of people use it without knowing the concept. In my code, I could find a lot of currying here's an example from a Github service.
0 reply
1 recast
2 reactions