31 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230429182925276
creator: Octt
2023-08-25 23:02:03 +00:00
modified: 20230825224335539
2023-06-11 20:14:59 +00:00
modifier: Octt
tags:
title: JavaScript/Libraries
Note: some are still in [[Web/Development]]
!!! ''Single-purpose''
* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] - //An HTML5 saveAs() FileSaver implementation//
!!! ''Do-all''
* [[jQuery|https://jquery.com/]] - //write less, do more// for general operations
** Has optional libraries for selectors and UI - <<[ "[[Git|https://github.com/jquery]]">>
* [[Licia|https://licia.liriliri.io/]] - //utility library to get daily works done// - <<[ "[[Git|https://github.com/liriliri/licia]]">>
* [[Lodash|https://lodash.com/]] - More modern fork of Underscore, useful for working with data objects - <<[ "[[Git|https://github.com/lodash]]">>
2023-08-25 23:02:03 +00:00
* [[🐚 zx|https://github.com/google/zx]] --- //A tool for writing better scripts//, it's like better sh scripting done via JavaScript.
2023-06-11 20:14:59 +00:00
!!! ''Polyfills''
These are for adding newer APIs to older browsers when making a webapp that uses them.
* [[ECMAScript Shims|https://github.com/es-shims]] - Collection of compliant shims
* [[core-js|https://github.com/zloirock/core-js]] - Pure JS Standard Library reimplementation
* [[srcdoc-polyfill|https://github.com/jugglinmike/srcdoc-polyfill]] - //shim for the iFrame "srcdoc" attribute//
* [[CSS Checkbox Hack|https://github.com/jamesl1001/checkbox-hack-polyfill]]
* [[<details>|https://github.com/rstacruz/details-polyfill]]