What external libraries/dependencies do you guys u...
# suitescript
c
What external libraries/dependencies do you guys use in your projects? I'm looking at creating a curated NS compatible library list, and depending on the license potentially bundling them.
a
The only ones I personally use are: • https://day.js.org/ (replaces moment) • https://www.papaparse.com/ (CSVs)
c
Thanks, I'll have to take a look at these! Is there any specific reason you chose day over moment?
a
If I remember correctly moment is non longer maintained, development stopped, no updates in more than 2 years.
r
sheetjs for ones that need excel file generation
sweetalert2 for fancy popup windows
a
sweetalert2 is a good one, much more than fancy pop-ups tho, it supports many things, promises, custom html, progress bars etc etc etc…
👍 1