Y
Hacker News
new
|
ask
|
show
|
jobs
by
smrtinsert
4019 days ago
If you mean using frameworks to display data, then yes. For anything substantial I'd use ramda over lodash.
1 comments
jdd
4019 days ago
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
link