From 64b971898ffc4b914ec5a7043bb6d2155042fcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Poullain?= Date: Fri, 26 Feb 2021 17:57:34 +0100 Subject: [PATCH 1/5] Add FoalTS to framework list (#765) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66ffe62..b908075 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [makefun](https://www.npmjs.com/package/makefun) - Use promise values as they are satisfied otherwise wait for the promise * [Alpine.js](https://github.com/alpinejs/alpine) - offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. * [inferno](https://github.com/infernojs/inferno) - 🔥 An extremely fast, React-like JavaScript library for building modern user interfaces. +* [FoalTS](https://foalts.org) - Elegant and all-inclusive Node.JS framework for building web applications (TypeScript). ## Node-Powered CMS Frameworks From b5523fc31f976a6e63932254a27f72ef4a3306b3 Mon Sep 17 00:00:00 2001 From: Surgie Finesse Date: Wed, 3 Mar 2021 20:22:13 +1000 Subject: [PATCH 2/5] Add FingerprintJS (#767) * Add FingerprintJS * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b908075..b5d599d 100644 --- a/README.md +++ b/README.md @@ -973,6 +973,7 @@ http://www.listjs.com * [iooxa](https://github.com/iooxa/article) - Components for interactive scientific writing, reactive documents and explorable explanations. * [Idyll](https://github.com/idyll-lang/idyll) - Create explorable explanations and interactive storytelling essays. Can be [embedded in HTML](https://github.com/idyll-lang/idyll-embed). * [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) - Algorithms and data structures implemented in JavaScript with explanations and links to further readings. +* [FingerprintJS](https://github.com/fingerprintjs/fingerprintjs) - Makes a visitor identifier from a browser fingerprint that stays the same in incognito mode and when browser data is purged. ## Podcasts From 233063a41a107684e25ed450331a94e6580bd1ec Mon Sep 17 00:00:00 2001 From: Aiden Bai Date: Fri, 5 Mar 2021 00:49:31 -0800 Subject: [PATCH 3/5] Add Lucia (#769) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5d599d..e08b8e9 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Alpine.js](https://github.com/alpinejs/alpine) - offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. * [inferno](https://github.com/infernojs/inferno) - 🔥 An extremely fast, React-like JavaScript library for building modern user interfaces. * [FoalTS](https://foalts.org) - Elegant and all-inclusive Node.JS framework for building web applications (TypeScript). +* [Lucia](https://github.com/aidenybai/lucia) - 3kb library for tiny web apps. ## Node-Powered CMS Frameworks From 2f3f3f8c68e77ebfd4238a5fd8d586127dea6dbe Mon Sep 17 00:00:00 2001 From: Sam Hsiao Date: Fri, 5 Mar 2021 16:50:01 +0800 Subject: [PATCH 4/5] Add angular and luxon (#768) * add angular link and mark angular.js as deprecated * add luxon link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e08b8e9..c24a10d 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ ## MVC Frameworks and Libraries -* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps. +* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps. (deprecated) +* [angular](https://github.com/angular/angular) - Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages. * [aurelia](http://aurelia.io) - A JavaScript client framework for mobile, desktop and web. * [backbone](https://github.com/jashkenas/backbone) - Give your JS App some Backbone with Models, Views, Collections, and Events. * [ember.js](https://github.com/emberjs/ember.js) - A JavaScript framework for creating ambitious web applications. @@ -441,6 +442,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [date-fns](https://github.com/date-fns/date-fns) - Modern JavaScript date utility library. * [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps. * [dayjs](https://github.com/iamkun/dayjs) - Day.js 2KB immutable date library alternative to Moment.js with the same modern API. +* [luxon](https://github.com/moment/luxon) - Luxon is a library for working with dates and times in JavaScript. ## String *String Libraries.* From a2cd0a2827d4eb39c7d8cf48990c66b9dacb7b20 Mon Sep 17 00:00:00 2001 From: Hari Date: Fri, 12 Mar 2021 20:54:09 +0700 Subject: [PATCH 5/5] Add Date Range Picker (#770) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c24a10d..fb90ed0 100644 --- a/README.md +++ b/README.md @@ -732,6 +732,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [fullcalendar](https://github.com/fullcalendar/fullcalendar) - Full-sized drag & drop event calendar (jQuery plugin). * [rome](https://github.com/bevacqua/rome) - A customizable date (and time) picker. Dependency free, opt-in UI. * [datedropper](https://github.com/felicegattuso/datedropper) - datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields. +* [Date Range Picker](https://github.com/dangrossman/daterangepicker) - creates a dropdown menu from which a user can select a range of dates. ### Select