Matthieu Riegler
@jeanmeche.com
760 followers 400 following 74 posts
The guys who codes on the train. Doing OSS for the Angular Fwk Grenoble - France
Posts Media Videos Starter Packs
jeanmeche.com
Thank you for the feedback, much appreciated !
jeanmeche.com
Yey for community contributions 🎉 !!
#Angular

github.com/angular/angu...
jeanmeche.com
It’s a prototype and very much a work in progress
But yes, you can start experimenting with Signal forms with today’s pre-release 21.0.0-next.2

#Angular
Reposted by Matthieu Riegler
simonaco.bsky.social
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 🙌🏼
Angular repo summary, 1238 open issues, 123 open pull requests, 24 discussions, 474 releases
jeanmeche.com
2 years ago*

🙃
jeanmeche.com
Yeah they've been stuck in review for technicalities.

cc @develwithoutacause.dwac.dev
Reposted by Matthieu Riegler
michaelsmalldev.bsky.social
@jeanmeche.com is answering questions on r/angular about Zoneless going stable in 20.2

www.reddit.com/r/angular/co...

"In 20.2 the Angular team promotes zoneless from developer preview to stable.

Do you have any questions about Zoneless ? This is the place to ask them !"
From the angular community on Reddit
Explore this post and more from the angular community
www.reddit.com
jeanmeche.com
Angular.dev uses Zoneless + SSG.

If you ever wondered what's the stack behind Angular.dev:
here is a short sumup on reddit

www.reddit.com/r/angular/co...
jeanmeche.com
I had a very positive experience today with #Gemini when I needed to reverse engineer some obfuscated JS code.

It ended being very helpful and probably saved me several hours of debugging 💯💯

g.co/gemini/share...
‎Gemini - Deobfuscating JavaScript Message Listener Code
Created with Gemini
g.co
jeanmeche.com
#TypescriptGo was visible for months yet we couldn't see it 🙃
Reposted by Matthieu Riegler
Reposted by Matthieu Riegler
ng-conf.bsky.social
Stay tuned for more details!! Woot Woot!! #Angular #ngconf2025
Purple background with stage lights and stage fog. "ng-conf 2025 coming this fall!" photo of Emma Twersky & Mark Thompson speaking at previous ng-conf. ng-conf white logo in bottom right.
Reposted by Matthieu Riegler
weeklybrew.dev
@jeanmeche.com wrote an unexpectedly enlightening piece on Angular's rendering mechanics. Worth reading even if Angular isn't your cup of tea.
Reposted by Matthieu Riegler
domfarolino.com
📢 We're finally looking to ship Observables in Chrome!! It's been a long time coming—many thanks to all in the community for the great feedback and help along the way!!

Especially @benlesh.bsky.social, @keithamus.social, @domenic.me, @jordan.har.band & more! 🙏

groups.google.com/a/chromium.o...
jeanmeche.com
YES 😁

The French railway had actually a “Cinema” carriage, it would have been perfect for that 😂😂
jeanmeche.com
HttpResource isn’t meant to replace the current HttpClient. It’s purely dedicated to data fetching and representing this as state with async capabilities.

Medium/Long term I would expect that we land a new promise based HttpClient to complete the « data fetching story » without Observables.
HttpClient.it
jeanmeche.com
TLDR: Don't expect resources to send POST/PUT/DELETE for you. Resources are meant to pull data.
jeanmeche.com
It will rely on the HttpClient so yes, interceptor support.

Resource are async state primitives, they’re not meant for mutations (at least yet).
So POST/PUT/DELETE will likely require a new Promise based client (or use the existing one)
jeanmeche.com
Resource ✖️ WebSocket.

Soon very straight forward for you !
➡️Demo stackblitz.com/edit/angular...
jeanmeche.com
If you're not on reddit, you probably missed this 😄

httpResource : An HttpClient based resource, which means ... a first Http API without Observables.

(but we still love RxJS and you know it ❤️)
jeanmeche.com
TBH I think it goes toward the right direction.

Let’s push the platform forward if we want feature, don’t rely on messy codegen.