You know that annoying experience on mobile websites where you need to find the little close button and can't swipe a menu closed?
The solution is simpler than you think.
With basic CSS scroll APIs, you can get built-in interruptible swipe gestures ๐ฅณ
16.01.2026 17:56
๐ 272
๐ 38
๐ฌ 9
๐ 3
GitHub - e18e/web-features-codemods: A collection of codemods for migrating to standard web features
A collection of codemods for migrating to standard web features - e18e/web-features-codemods
churned out a bunch more codemods ๐
we'll add tooling around these ultimately but you can programmatically use them today.
each one is a modernisation codemod, in that it migrates from older syntax to new
29.11.2025 18:59
๐ 37
๐ 7
๐ฌ 0
๐ 0
Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases
Appreciation post for @thepunderwoman.com and @jeanmeche.com โจ thank you for relentlessly working through our issues backlog, down to 1.2k from 1.5k over the past month ๐๐ผ
02.09.2025 11:42
๐ 20
๐ 7
๐ฌ 0
๐ 1
Updating an Angular project with ng update is the easy part; then you have to find compatible versions for your third-party libraries!
I just released a new tool to check for recommended compatible versions!
Check it out: www.dolmen.tools/en/angular/d...
#angular
28.08.2025 12:54
๐ 8
๐ 4
๐ฌ 0
๐ 1
Angular 20.2.0 landed this week and it's packed with goodies
๐ง stable zoneless APIs
๐ TypeScript 5.9
๐
built-in enter and leave animations
๐ค experimental MCP server
โ๏ธ AI context file generation in the CLI
๐ธ๏ธ headless mode for vitest browser mode
Soooooo excited to see what you're building! ๐
ฐ๏ธ
22.08.2025 13:41
๐ 16
๐ 7
๐ฌ 1
๐ 0
Firefox shipping scheduler.postTask() and scheduler.yield() for all your long task-avoiding scheduling needs!!
27.06.2025 17:01
๐ 50
๐ 20
๐ฌ 0
๐ 0
Node.js โ Node v24.0.0 (Current)
Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js 24 is here and it's looking good ๐๐
Featuring updates to V8 v13.6, npm v11, improved Permission Model and more new features in the blog.
Check it out and let us know what you think: hubs.ly/Q03lfLDC0
06.05.2025 15:26
๐ 108
๐ 35
๐ฌ 1
๐ 3
Exciting news for Nx users: weโve just expanded our free remote caching options with new APIs and Nx-managed packages! Whether you want a fully managed solution or prefer to self-host, we have something for you. Check out the full details in the comments โฌ๏ธ
01.04.2025 17:05
๐ 16
๐ 5
๐ฌ 2
๐ 3
Valibot v1 - The 1 kB schema library
I am excited to announce the release of Valibot v1, a 1 kB alternative to Zod with a type-safe and easy-to-remember API.
I am excited to announce the release of Valibot v1, a 1 kB alternative to Zod with a type-safe and easy-to-remember API. Check out the announcement post now: valibot.dev/blog/valibot...
19.03.2025 03:44
๐ 210
๐ 45
๐ฌ 10
๐ 3
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!
devblogs.microsoft.com/typescript/t...
11.03.2025 14:36
๐ 972
๐ 293
๐ฌ 22
๐ 156
๐ฌ The Angular team has dropped *two* new RFCs today:
`resource` as an architectural pattern:
github.com/angular/angu...
the specifics of the `resource` API design:
github.com/angular/angu...
26.02.2025 17:03
๐ 48
๐ 21
๐ฌ 0
๐ 0
Whatโs new in Angular 19.1?
Angular 19.1 is out!
Here it is, @Angular v19.1 is out! ๐
- HMR for templates by default ๐คฏ
- Automatic removal of unused imports
- SSR improvement for i18n
And more! Check out our blog post:
blog.ninja-squad.com/2025/01/15/w...
16.01.2025 06:56
๐ 9
๐ 8
๐ฌ 0
๐ 0
JavaScript Frameworks - Heading into 2025
I admit I wasn't sure I'd be writing this article this year. It's easy to write articles that excite...
Time for my annual look at the state of JavaScript Framework development.
"JavaScript Frameworks - Heading into 2025" #DEVCommunity #javascript #WebDev dev.to/this-is-lear...
06.01.2025 17:16
๐ 122
๐ 30
๐ฌ 3
๐ 8
function foo(arg: any): string {
return someCondition ? arg : 42;
}
TypeScript 5.8 now correctly detects this error (previously the whole ternary expression resolved to 'any' and it was missed), and a lot of you are going to be noticing it...
03.01.2025 00:06
๐ 80
๐ 5
๐ฌ 1
๐ 0
๐ Happy New Year!
I discovered a lot of very cool dev stuff in 2024, from libraries to devtools to educational resources. Thought itโd be fun to share them all, to help kickstart your 2025!
Letโs go through the list. ๐งต
01.01.2025 17:12
๐ 461
๐ 70
๐ฌ 16
๐ 8
Honestly, the Let's Encrypt folks don't get nearly enough credit for basically protecting the entire fucking internet, by making it absolute bog standard to encrypt everything. It happened so fast and so many people were skeptical.
20.12.2024 05:18
๐ 1257
๐ 278
๐ฌ 16
๐ 12
Announcing NgRx 19: NgRx Signals Features, Action Signals, and more!
We are pleased to announce the latest major version of the NgRx framework with some exciting new...
NgRx 19.0.0 is out!
๐ค New Props SignalStore Feature
โป๏ธ NgRx Store Support for Dispatching Signal Actions
๐ค Signal Method Utility Function
๐ State Mutation Development Checks
And more!
โ๏ธ by @brandonroberts.dev
dev.to/ngrx/announc...
19.12.2024 17:36
๐ 25
๐ 10
๐ฌ 1
๐ 0
Converting a codebase to typescript strict mode is a great exercise because it forces you to recognize how forgiving the web/node environment is. It makes you realize how many null/undefined checks arenโt being done, when you should throw errors, when you should no-op, etc.
04.12.2024 19:19
๐ 3
๐ 2
๐ฌ 0
๐ 0
๐ฃ Today, the Node.js Undici Working
Group is shipping Undici v7.
This is a *must have* upgrade, with:
โข Stricter compliance with the fetch() specification
โข WebSocketStream
โข Customizable interceptors
โข Alignment with upcoming Node releases.
โฆ.and something really excitingโฆ
27.11.2024 16:18
๐ 79
๐ 13
๐ฌ 3
๐ 3
I'd use tanstack query for server state and built-in signals for client state.
25.11.2024 20:18
๐ 1
๐ 0
๐ฌ 0
๐ 0