Hacker News new | ask | show | jobs
by yanis_t 4019 days ago
Agreed. And btw thank you for Ramda, which is a very beautiful thing. Too sad in day-to-day web development lodash is just enough.
2 comments

That's not sad. Use the tools that work for you.

It was finding that those tools were no longer supporting the way I wanted to work that got me started on Ramda. I'm guessing the same is true for the author of Trine.

and thanks again for Ramda .. I use it daily for real work, back and front end.
If you mean using frameworks to display data, then yes. For anything substantial I'd use ramda over lodash.
Why not both? lodash is modular so you can use the bits you need. There's also a flavor with auto-curried iteratee-first/data-last methods too https://www.npmjs.com/package/lodash-fp