Skip to main content

Lib ↔ Library Collection of prewritten Code to reuse in App

aka Library

@faker-js/faker

Lib to generate random placeholder content of different types

a collection of function to be used in project to perform specific tasks

Fuse.js

Lib for Client-Side Fuzzy Search (for smaller in-file datasets)

Source: fusejs.io/

jQuery

Lib to simplify DOM API manipulation via $ wrapper around HTML

JS Framework

guidelines to design & structure JS Apps

JSDoc

Markup Lang to add inline documentation to JS Source Code

Sources: jsdoc.app/ usejsdoc.org/

KaTeX

LaTeX Superset to typeset Math notation for Web Page

Sources: GitHub - KaTeX/KaTeX: Fast math typesetting for the web. KaTeX – The fastest math typesetting library for the web

LitElement

subset of Polymer Library for fast reusable web components

localForage

Lib extends localStorage with async access

lodash

Lib extends JS with useful utility functions

Sources: GitHub - lodash/lodash: A modern JavaScript utility library delivering modularity, performance, & extras. Lodash Docs v4.17.11 – Documentation for JavaScript utility library

Module

JS file exports Code

polyfill-library

Lib to request Online API to remotely load Polyfill Bundle based on UA Client. cur ver v3

Sources: polyfill.io/ www.npmjs.com/package/polyfill

snowstorm

animated JS snowstorm for HTML. CPU-HEAVY ex

Sources: www.schillmania.com/projects/snowstorm/ cdnjs.com/libraries/Snowstorm

Zero Deps

of vanilla (JS/Programming Language/Binary) Lib to run out-of-box w/o req external Deps

References

  1. lodashLib extends JS with useful utility functions

  2. jQueryLib to simplify DOM API manipulation via $ wrapper around HTML

  3. @reduxjs/toolkit ↔ Official Opinionated redux Toolset Lib with simplified improved syntax

  4. npmjs ↔ npm registry Repo to share FOSS JS Lib

  5. react-router-domReact Lib for Routing Primitives to Client Routing & Server Side Render in Declarative Composable way

  6. Replica ↔ Local Lib to reproduce Web API functionality

  7. localForageLib extends localStorage with async access

  8. ReactMinimalist Lib to build App UI via Declarative Component Based Architecture

  9. @faker-js/fakerLib to generate random placeholder content of different types

  10. react-windowReact Stack Windowing Lib - more update than react-virtualized

  11. Low-Code ↔ (Paradigm) to reduce manual typing for Code via Framework, Lib, Boilerplate/snippet generators, etc

  12. polyfill-libraryLib to request Online API to remotely load Polyfill Bundle based on UA Client. cur ver v3

  13. Zero Deps ↔ of vanilla (JS/Programming Language/Binary) Lib to run out-of-box w/o req external Deps

  14. Fuse.jsLib for Client-Side Fuzzy Search (for smaller in-file datasets)

  15. JS Library ↔ core "vanilla" JS Lib

  16. husky ↔ JS Lib to simplify Git Hooks

  17. High CompatReact is Backend-agnostic, readily plugs into other Lib/Frameworks