You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our client code relies on four external dependencies: Bootstrap, DataTables, jQuery, lscache. lscache hasn't seen any updates in 3 years, and is a lesser known package.
I like severing dependencies wherever possible, and especially so in frontend code (as I mentioned in another issue recently, these are dependencies on the internet that we have while on-playa). We only made simple use of that lscache dependency in the first place (get and set), and I was able to write the below replacement very easily. I'd like to just replace the use of that external dependency with this code.
Currently our client code relies on four external dependencies: Bootstrap, DataTables, jQuery, lscache. lscache hasn't seen any updates in 3 years, and is a lesser known package.
I like severing dependencies wherever possible, and especially so in frontend code (as I mentioned in another issue recently, these are dependencies on the internet that we have while on-playa). We only made simple use of that lscache dependency in the first place (get and set), and I was able to write the below replacement very easily. I'd like to just replace the use of that external dependency with this code.
The text was updated successfully, but these errors were encountered: