From 8b5707ac1090cfeff8e5bb7c8b76ce777c55210f Mon Sep 17 00:00:00 2001 From: Michel Hua Date: Mon, 17 Jan 2022 17:38:09 +0100 Subject: [PATCH] regen toc --- README.md | 156 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index 24eba7a..d5b0625 100644 --- a/README.md +++ b/README.md @@ -2,80 +2,88 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) libraries, resources and shiny things. -* [Awesome JavaScript](#awesome-javascript) - * [Package Managers](#package-managers) - * [Component management](#component-management) - * [Loaders](#loaders) - * [Bundlers](#bundlers) - * [Type Checkers](#type-checkers) - * [Testing Frameworks](#testing-frameworks) - * [QA Tools](#qa-tools) - * [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) - * [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) - * [Templating Engines](#templating-engines) - * [Articles/Posts](#articles-and-posts) - * [Data Visualization](#data-visualization) - * [Timeline](#timeline) - * [Spreadsheet](#spreadsheet) - * [Editors](#editors) - * [Documentation](#documentation) - * Utilities - * [Files](#files) - * [Functional Programming](#functional-programming) - * [Reactive Programming](#reactive-programming) - * [Data Structure](#data-structure) - * [Date](#date) - * [String](#string) - * [Number](#number) - * [Storage](#storage) - * [Color](#color) - * [I18n And L10n](#i18n-and-l10n) - * [Control Flow](#control-flow) - * [Routing](#routing) - * [Security](#security) - * [Log](#log) - * [RegExp](#regexp) - * [Media](#videoaudio) - * [Voice Command](#voice-command) - * [API](#api) - * [Streaming](#streaming) - * [Vision Detection](#vision-detection) - * [Browser Detection](#browser-detection) - * [Operating System](#operating-system) - * [Benchmark](#benchmark) - * [Machine Learning](#machine-learning) - * UI - * [Code Highlighting](#code-highlighting) - * [Loading Status](#loading-status) - * [Validation](#validation) - * [Keyboard Wrappers](#keyboard-wrappers) - * [Tours And Guides](#tours-and-guides) - * [Notifications](#notifications) - * [Sliders](#sliders) - * [Range Sliders](#range-sliders) - * [Form Widgets](#form-widgets) - * [Tips](#tips) - * [Modals and Popups](#modals-and-popups) - * [Scroll](#scroll) - * [Menu](#menu) - * [Table/Grid](#tablegrid) - * [Frameworks](#frameworks-1) - * [Boilerplates](#boilerplates) - * [Images](#images) - * [Gesture](#gesture) - * [Maps](#maps) - * [Typography](#typography) - * [Animations](#animations) - * [Image processing](#image-processing) - * [ES6](#es6) - * [Generators](#generators) - * [Full Text Search](#full-text-search) - * [SDK](#sdk) - * [Misc](#misc) - * [Podcasts](#podcasts) -* [Worth Reading](#worth-reading) -* [Other Awesome Lists](#other-awesome-lists) -* [Contributing](#contributing) +- [Awesome JavaScript](https://github.com/sorrycc/awesome-javascript/)](#awesome-javascript) + - [Package Managers](#package-managers) + - [Component Management](#component-management) + - [Loaders](#loaders) + - [Bundlers](#bundlers) + - [Type Checkers](#type-checkers) + - [Testing Frameworks](#testing-frameworks) + - [Frameworks](#frameworks) + - [Assertion](#assertion) + - [Coverage](#coverage) + - [Runner](#runner) + - [QA Tools](#qa-tools) + - [MVC Frameworks and Libraries](#mvc-frameworks-and-libraries) + - [Node-Powered CMS Frameworks](#node-powered-cms-frameworks) + - [Templating Engines](#templating-engines) + - [Articles and Posts](#articles-and-posts) + - [Data Visualization](#data-visualization) + - [Timeline](#timeline) + - [Spreadsheet](#spreadsheet) + - [Editors](#editors) + - [Documentation](#documentation) + - [Files](#files) + - [Functional Programming](#functional-programming) + - [Reactive Programming](#reactive-programming) + - [Data Structure](#data-structure) + - [Date](#date) + - [String](#string) + - [Number](#number) + - [Storage](#storage) + - [Color](#color) + - [I18n And L10n](#i18n-and-l10n) + - [Control Flow](#control-flow) + - [Routing](#routing) + - [Security](#security) + - [Log](#log) + - [RegExp](#regexp) + - [Voice Command](#voice-command) + - [API](#api) + - [Streaming](#streaming) + - [Vision Detection](#vision-detection) + - [Machine Learning](#machine-learning) + - [Browser Detection](#browser-detection) + - [Operating System](#operating-system) + - [Benchmark](#benchmark) + - [Code highlighting](#code-highlighting) + - [Loading Status](#loading-status) + - [Validation](#validation) + - [Keyboard Wrappers](#keyboard-wrappers) + - [Tours And Guides](#tours-and-guides) + - [Notifications](#notifications) + - [Sliders](#sliders) + - [Range Sliders](#range-sliders) + - [Form Widgets](#form-widgets) + - [Input](#input) + - [Calendar](#calendar) + - [Select](#select) + - [File Uploader](#file-uploader) + - [Other](#other) + - [Tips](#tips) + - [Modals and Popups](#modals-and-popups) + - [Scroll](#scroll) + - [Menu](#menu) + - [Table/Grid](#tablegrid) + - [Frameworks](#frameworks) + - [Boilerplates](#boilerplates) + - [Images](#images) + - [Gesture](#gesture) + - [Maps](#maps) + - [Video/Audio](#videoaudio) + - [Typography](#typography) + - [Animations](#animations) + - [Image Processing](#image-processing) + - [ES6](#es6) + - [Generators](#generators) + - [SDK](#sdk) + - [Full Text Search](#full-text-search) + - [Misc](#misc) + - [Podcasts](#podcasts) +- [Worth Reading](#worth-reading) +- [Other Awesome Lists](#other-awesome-lists) +- [Contributing](#contributing) +- [License](#license) ----