Issue #89

Number one this week, LInQer is a TypeScript port of LINQ the query language feature integrated in C# language.

It uses generators under to hood to let you iterate collection of items in a very efficient way.

Using LInQer data structure, you can perform transformations on arrays equivalent to the native methods map or filter for example. The big difference is that a new array is not created at each step of the pipeline.

It can work with any kind of iterable objects (that is to say any collection of items you can loop through using a for ... of loop).

If you are interested in this topic, have a look at FromFrom another library to transform sequence of data inspired by LINQ.

Growing Fast This Week

By % of GitHub stars added (relative growth) this week
1
LInQer
LInQer
The C# Language Integrated Queries ported for Javascript
Homepage
+24.1%
2
Playwright
Playwright
Node library to automate Chromium, Firefox and WebKit with a single API
GitHub
+9.4%
3
treat
treat
Themeable, statically extracted CSS‑in‑JS with near‑zero runtime.
Homepage
+9.1%
4
Scully
Scully
The Static Site Generator for Angular apps
GitHub
+6.8%
5
TSdx
TSdx
Zero-config CLI for TypeScript package development
GitHub
+6.1%
6
Alpine.js
Alpine.js
A rugged, minimal framework for composing JavaScript behavior
GitHub
+5.6%
7
React Toast Notifications
React Toast Notifications
A toast notification system for react
Homepage
+5.5%
8
beautiful-react-hooks
beautiful-react-hooks
A collection of beautiful and (hopefully) useful React hooks
Homepage
+5.1%
9
Theme UI
Theme UI
Build consistent, themeable React apps based on constraint-based design
Homepage
+4.2%
10
Blocks
Blocks
A JSX-based page builder for creating beautiful websites
Homepage
+4.1%

Trending This Week

By number of GitHub stars added this week
1
You Don't Know JS
You Don't Know JS
A book series on JavaScript
GitHub
+750
2
Playwright
Playwright
Node library to automate Chromium, Firefox and WebKit with a single API
GitHub
+702
3
Deno
Deno
A secure JavaScript and TypeScript runtime
Homepage
+414
4
Clean Code
Clean Code
Clean Code concepts adapted for JavaScript
GitHub
+389
5
Angular
Angular
One framework. Mobile & desktop.
Homepage
+376
6
Vue Element Admin
Vue Element Admin
A magical vue admin
GitHub
+369
7
Tailwind CSS
Tailwind CSS
A utility-first CSS framework for rapid UI development.
Homepage
+339
8
React
React
A declarative, efficient, and flexible JavaScript library for building UI
Homepage
+333
9
JS Algorithms & Data Structures
JS Algorithms & Data Structures
Algorithms and data structures implemented in JavaScript
GitHub
+305
10
VS Code
VS Code
Visual Studio Code
Homepage
+295

Any question or feedback? Reach us on GitHub.

Best of JavaScript is a project created by Michael Rambeau, made in Osaka, Japan.