Issue #103

The biggest news of the week may be the official V1 release of Deno, the server-side JavaScript runtime created by Ryan Dahl, announced in this blog post.

It’s often considered as the sequel of Node.js as it fixes or improves a lot of points, taking advantage of 10 years of experience and iterations with Node.js.

Among the main features:

  • TypeScript compiler is included by default (but you can write code in regular JavaScript)
  • No centralized package manager, any JavaScript dependency can be loaded from any URL
  • The “standard library” provides solutions for common needs that usually require the installation of packages in Node.js
  • Deno uses as much as possible standards from the web (Example: the fetch API)
  • Files imported using the ECMAScript modules
  • Built-in test runner and debugger

The ecosystem around Deno is quite young but expect things to change a lot, given the buzz around Deno.

The project has grown a lot since the first time we mentioned in the issue number 2, 2 years ago. Time flies!

Growing Fast This Week

By % of GitHub stars added (relative growth) this week
1
Selecto
Selecto
A component that allows you to select elements in the drag area
Homepage
+72.3%
2
Web Vitals
Web Vitals
Essential metrics for a healthy site.
Homepage
+39.3%
3
React Flow
React Flow
React library for rendering interactive node-based graphs
Homepage
+22.3%
4
Deno
Deno
A secure JavaScript and TypeScript runtime
Homepage
+13.8%
5
AR.js
AR.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
GitHub
+12.2%
6
Neutralino
Neutralino
Portable and lightweight cross platform application development framework
Homepage
+10.1%
7
node-rate-limiter-flexible
node-rate-limiter-flexible
Node.js rate limit requests by key with atomic increments in process Memory
GitHub
+5.8%
8
uPlot
uPlot
A small, fast chart for time series, lines, areas, ohlc & bars
GitHub
+5.7%
9
css.gg
css.gg
700+ Pure CSS, SVG & Figma UI Icons
Homepage
+4.7%
10
Playwright
Playwright
Node library to automate Chromium, Firefox and WebKit with a single API
Homepage
+4.1%

Trending This Week

By number of GitHub stars added this week
1
Deno
Deno
A secure JavaScript and TypeScript runtime
Homepage
+6.8 k
2
JS Algorithms & Data Structures
JS Algorithms & Data Structures
Algorithms and data structures implemented in JavaScript
GitHub
+515
3
Playwright
Playwright
Node library to automate Chromium, Firefox and WebKit with a single API
Homepage
+497
4
Vue.js
Vue.js
A progressive, incrementally-adoptable framework for building UI on the web
Homepage
+494
5
Carbon
Carbon
Create and share beautiful images of your source code
Homepage
+459
6
React
React
A declarative, efficient, and flexible JavaScript library for building UI
Homepage
+430
7
VS Code
VS Code
Visual Studio Code
Homepage
+425
8
Vue Element Admin
Vue Element Admin
A magical vue admin
GitHub
+415
9
Next.js
Next.js
The React Framework
Homepage
+411
10
TypeScript
TypeScript
A superset of JavaScript that compiles to clean JavaScript output.
Homepage
+310

Any question or feedback? Reach us on GitHub.

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