🔥 Burn Fat Fast. Discover How! 💪

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: 14.05K
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 2

2023-09-28 19:20:39 #ECMAScript excitement Next week's #TC39 meeting is hosted by #TechAtBloomberg in Tokyo & has a packed agenda: AsyncContext Decimal Import Attributes Intl.MessageFormat Negated in Pattern Matching Structs TDZ Throw expressions Type…
7.0K views16:20
Open / Comment
2023-09-24 07:15:31 ECMAScript excitement Safari 17.0 ships support for #TC39 Stage 3 proposal Set Methods The seven new Set.prototype methods are: intersection union difference symmetricDifference isSubsetOf isSupersetOf isDisjointFrom Follow @javascriptdaily…
7.6K views04:15
Open / Comment
2023-09-21 12:17:18 Meet hwy.dev, a new TypeScript metaframework built on top of hono.dev and htmx.org

Quickstart:
npx create-hwy@latest

Features:

Server-rendered JSX / TSX
Nested, file-based routing
Remix-style actions and parallel loaders
Async page components
Rich Hono middleware ecosystem
100% type-safe
Built-in critical CSS inlining
Live browser refresh during dev
And much more...
6.6K views09:17
Open / Comment
2023-09-20 06:02:52 Next.js 13.5 Released !!

◆ 22% faster local server startup
◆ 29% faster HMR (Fast Refresh)
◆ 40% less memory usage
◆ Optimized package imports
◆ next/image improvements
◆ And over 438 bugs patched!


Follow @javascriptdaily


https://nextjs.org/blog/next-13-5
7.3K views03:02
Open / Comment
2023-09-19 07:32:42 ECMAScript excitement

Safari 17.0 ships support for #TC39 Stage 3 proposal Set Methods

The seven new Set.prototype methods are:

intersection
union
difference
symmetricDifference
isSubsetOf
isSupersetOf
isDisjointFrom


Follow @javascriptdaily


https://github.com/tc39/proposal-set-methods
6.5K views04:32
Open / Comment
2023-09-12 14:47:15 Bun vs pnpm I'm seeing a lot of bun vs pnpm install speed comparisons but would like to provide some nuance: the absurd perf difference usually is a result of one tool running with a network API call overhead, while the other not. bun install defaults to…
6.6K viewsedited  11:47
Open / Comment
2023-09-12 05:06:58 Bun vs pnpm

I'm seeing a lot of bun vs pnpm install speed comparisons but would like to provide some nuance: the absurd perf difference usually is a result of one tool running with a network API call overhead, while the other not.

bun install defaults to the behavior similar to pnpm's --prefer-offline flag, which skips hitting the npm API. To simulate the default behavior of pnpm, you have to use bun --force.

Here are some comparisons on my machine (network from Singapore) with different conditions:

bun (no cache, no lockfile): 5.4s
pnpm (no cache, no lockfile): 6.7s

bun (with cache, no lockfile): 30ms
pnpm (--prefer-offline, with cache, no lockfile): 587ms

bun (--force, with cache, no lockfile): 2.73s
pnpm (with cache, no lockfile): 5.9s

bun is still faster, but not so significant as some benchmark graphs may have led you to believe.

bun itself is amazing in many ways and deserve hype, but I'd love to see we compare apples to apples and not gloss over the details for engagement.

context for the benchmark: it's using the Vite + Vue + TypeScript boilerplate generated from bun create vite.

- Evan You (https://twitter.com/youyuxi/status/1701243745880932687)


Follow @javascriptdaily
6.5K views02:06
Open / Comment
2023-09-09 16:16:16
6.3K views13:16
Open / Comment
2023-09-08 17:28:13 Bun 1.0 is finally here.

Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application. Today, Bun is stable and production-ready.


https://bun.sh/blog/bun-v1.0
7.2K views14:28
Open / Comment
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