Get Mystery Box with random crypto!

JavaScript Daily

Logo of telegram channel javascriptdaily — JavaScript Daily J
Logo of telegram channel javascriptdaily — JavaScript Daily
Channel address: @javascriptdaily
Categories: Uncategorized
Language: English
Subscribers: 15.71K
Description from channel

Daily JavaScript / JS community news, links and events.
"First, software ate the world, the web ate software, and JavaScript ate the web."
'JavaScript' is a trademark of Oracle Corporation in the US. We are not endorsed by or affiliated with Oracle.

Ratings & Reviews

1.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

0

2 stars

1

1 stars

1


The latest Messages

2023-07-14 12:06:47 #ECMAScript excitement

This week #TC39 advanced these proposals

Array Grouping
Promise.withResolvers
Source Phase Imports
Time Zone Canonicalization
Deferred Import Evaluation
DataView get/set Uint8Clamped methods
Optional Chaining assignment


Follow @javascriptdaily
2.8K views09:06
Open / Comment
2023-07-14 12:05:56 #ECMAScript excitement

Congrats to #NicoloRibaudo on advancing Optional Chaining for assignments to Stage 1 #TC39 today

Today Optional Chaining works on the Right-Hand Side of assignment.

value = obj?.prop

This proposal allows it on the left

obj?.prop = value


Follow @javascriptdaily
2.8K views09:05
Open / Comment
2023-07-10 12:24:19 https://thenewstack.io/whats-next-for-javascript-new-features-to-look-forward-to/
3.9K views09:24
Open / Comment
2023-06-22 22:11:06 Svelte 4 is here

Time flies - Svelte 3 was released more than four years ago! In JavaScript-framework-time, that's eons. Svelte’s freshness has persisted throughout, but Node.js and browser APIs have evolved during that time and today we’re updating Svelte to take advantage of some of these improvements.

Svelte 4 is mainly a maintenance release, bumping minimum version requirements and tightening up the design in specific areas. It sets the stage for the next generation of Svelte to be released as Svelte 5 - we think you’ll love it.

Follow @javascriptdaily

https://svelte.dev/blog/svelte-4
6.5K views19:11
Open / Comment
2023-06-07 12:24:00 A complete roast of JS that highlights the strongest criticisms against the world's most popular programming language.



8.1K viewsedited  09:24
Open / Comment
2023-05-23 18:24:59 Node.JS v20 - The Numbers

This article aims to provide a comparative analysis of different versions of Node.js. It highlights the improvements and setbacks and provides insights into the reasons behind those changes, without drawing any comparisons with other JavaScript runtimes.


Follow @javascriptdaily

https://blog.rafaelgss.dev/state-of-nodejs-performance-2023
9.9K viewsedited  15:24
Open / Comment
2023-05-19 19:09:42 #ECMAScript excitement

#TC39 advanced these proposals this week

Atomics.waitAsync
RegExp v flag
Well-Formed Unicode Strings
Decorator Metadata
Float16Array
Base64 for Uint8Array
Promise.withResolvers
TimeZone Canonicalizn
Intl.ZonedDateTimeFormat



Follow @javascriptdaily
1.3K views16:09
Open / Comment
2023-05-16 22:30:46 Nuxt 3.5 is here

Nuxt 3.5.0 is out, bringing Vue 3.3, new defaults, interactive server components, typed pages, environment config - and much more.

- Nitropack v2.4
- Rich JSON payloads
- Interactive server components (experimental)
- Environment config
- Fully typed pages
- 'Bundler' module resolution
- Separate server types

Follow @javascriptdaily

https://nuxt.com/blog/v3-5
1.1K views19:30
Open / Comment
2023-05-12 14:33:19 An Introduction to the Bun JavaScript Runtime

A rival JavaScript runtime contender has entered the battle between Node.js and Deno. In this article, we take a first look at Bun, and the reasons it may tempt you away from your current favorite.


Follow @javascriptdaily



https://www.sitepoint.com/bun-javascript-runtime-introduction/
1.1K views11:33
Open / Comment
2023-05-12 05:19:09 Vue 3.3 is here