Description
In a recent javascript meeting for WordPress core, it was determined that the Lodash library would be used and the Underscores library would be phased out. Apparently, Lodash being more modern.
Both of these use the _
character for the main name, so I was reminded of Bliss.
I don't think they interfere with each other, but as the meeting referenced this migration summary, I was wondering if I should be using Lodash now or if something like Bliss is just as good. Is Bliss more modern? I'm pretty sure it's smaller.
The issue is that those of us learning javascript can't tell what to use and why.
(I attempted to use Bliss, writing a plugin for Mavo, but got stalled because the fetch didn't work right and well...I need more documentation on Mavo because I find it hard to read.)