DEV Community

Discussion on: Easily Integrate Ramda into Your React Workflow

Collapse
 
maybebored profile image
Mayuran

I use lodash at work for similar problems. Lots of isNil and isEmpty. Ramda seems like it can solve a bit more, if you have used lodash how would you compare them?

Collapse
 
nshoes profile image
Nate Shoemaker

I have not used Lodash, sorry!

Collapse
 
recss profile image
Kevin K. Johnson

For the record, there's also a functional version of Lodash known as lodash/fp.

Collapse
 
nshoes profile image
Nate Shoemaker

Oh nice! I'll take a look.

Collapse
 
maybebored profile image
Mayuran

Also “fat helpers and skinny component body” is great advice.