Ferdinand Malcher / Bluesky @fmalcher.de

1.4K posts

Ferdinand Malcher / Bluesky @fmalcher.de

Ferdinand Malcher / Bluesky @fmalcher.de

@fmalcher01

➡️ moved to BLUESKY 🦋 @ https://t.co/JiLtgVVe8V / inactive on Twitter/X

Leipzig, Germany Katılım Ekim 2013
733 Takip Edilen1.9K Takipçiler
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular Buch Team
Angular Buch Team@angular_buch·
Angular 19 ist da! 🎉 Mit der neuen Version bringt #Angular viele spannende Features, die uns das Leben erleichtern. 😻 Standalone Components als default, Resource API, Linked Signals & mehr – wir haben alles für euch im Thread + im Blog zusammengefasst! angular-buch.com/blog/2024-11-a…
Angular Buch Team tweet media
Deutsch
1
2
5
432
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular.Schule
Angular.Schule@angular_schule·
🚀 Code Snippet of the Day: Connect #Angular Reactive Forms with Signals for two-way synchronization! Used functions: ⭐️ linkedSignal() ⭐️ toSignal() ⭐️ effect()
Angular.Schule tweet media
English
3
6
39
2.3K
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular.Schule
Angular.Schule@angular_schule·
📢 New in Angular 19: Linked Signals = writable + computed state, all in sync! Check out our latest article with interactive examples to get started with this new experimental feature in v19.0.0-rc.0! Blogpost: angular.schule/blog/2024-11-l… 1/3
Angular.Schule tweet media
English
2
2
7
651
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular Buch Team
Angular Buch Team@angular_buch·
🔥 Neu in Angular 19: Die Resource API! Daten laden, neu laden & Status-Updates – alles mit der experimentellen Schnittstelle auf Basis von Signals. ⭐️ resource ⭐️ rxResource ⭐️Signals Bist du bereit, deinen Code zu vereinfachen?🤩 Details im Blog: angular-buch.com/blog/2024-10-r… 1/3
Angular Buch Team tweet media
Deutsch
1
3
4
343
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular Buch Team
Angular Buch Team@angular_buch·
Viele neue Features in #Angular! ⚡️😍 📷 Wir migrieren das Beispielprojekt aus dem Buch und stellen die neuesten Konzepte praktisch vor: 🗽 Standalone Components ⚙️ Control Flow 🚦 Signals 🔁 input() und output() ⏱️ Router Input Bindings 💉 inject() … ➡️angular-buch.com/blog/2024-05-m…
Deutsch
0
5
7
536
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
NgRx
NgRx@ngrx_io·
NgRx v17 is out! NgRx Signals, Operators, Performance Improvements, Workshops, and more! dev.to/ngrx/announcin…
English
5
79
391
54.6K
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular Buch Team
Angular Buch Team@angular_buch·
Neu im Blog: Server-Side Rendering mit Angular 17! Mit 🅰️ #Angular 17 wurde der Build für SSR und Pre-Rendering grundlegend überarbeitet. Wir helfen euch beim Update und zeigen euch anhand unseres Beispielprojekts die Unterschiede! 👷‍♂️🔧 angular-buch.com/blog/2023-11-s…
Deutsch
1
3
5
1.7K
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular.Schule
Angular.Schule@angular_schule·
Schön, dass ihr dabei wart! Diese motivierten EntwicklerInnen haben unseren Online-Workshop mit @fmalcher01 erfolgreich gemeistert. Jetzt seid ihr bestens gerüstet für eure zukünftigen Projekte! Viel Erfolg mit 🅰️#Angular, RxJs und TypeScript! 🚀🚀
Angular.Schule tweet media
Deutsch
0
3
2
842
Ferdinand Malcher / Bluesky @fmalcher.de
@eugeniyoz @synalx @mgechev The current signals implementation (the signal itself) is stable. Everything around it is not, which includes signal-based components and the whole Change Detection story as well as the patterns and habits that have to evolve over time.
English
2
0
1
190
🪄 Evgeniy OZ 🎩
🪄 Evgeniy OZ 🎩@eugeniyoz·
Hey @synalx and @mgechev here is a serious and honest question for you, and I would like to get an honest answer: are Angular Signals supposed to be “change detection reactivity primitive” or “reactivity primitive”? right now there are multiple movements related to Angular Signals, and looks like some of them might be “off the rails” - you are tuning signals to better serve the needs of Change Detection, although initially they were presented as a “reactivity primitive” in Angular. So it turns out that right now it is safer to use observable-based application/component state management and ONLY use signals in the templates (and convert all the observables into signals when you need them in the template). What is the point of having a “customizable” equality check fn, if Angular pollutes the console if that fn is not equal to Object.is()? It really looks like some silly joke. If signals were a “reactivity primitive”, we would be able to use layers and layers of derived signals, and on every layer, we would be able to freely declare our customized equality check functions. Right now it's not the case, so all the “Signal Store” solutions/libraries look “betrayed” - they still naively think that Angular Signals are general reactivity primitive in Angular, while in fact signals are “tuned” to serve the Change Detection in the templates, not to be composed in layers and layers of the real reactivity.
Barcelona, Spain 🇪🇸 English
4
1
19
11.6K
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular
Angular@angular·
Today, we are excited to announce Angular.dev – the future home for Angular developers. goo.gle/angular-dot-dev
English
52
433
1.8K
319.9K
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular.Schule
Angular.Schule@angular_schule·
🅰️ Angular hat ein neues Logo – wir auch! Wir sind glücklich über die Angular Renaissance. Das neue Logo und die frischen Farben greifen wir deshalb jetzt auch in unserem Logo und unserer Webpräsenz auf! 😍 angular.schule/blog/2023-11-n…
Angular.Schule tweet media
Deutsch
0
3
4
504
Ferdinand Malcher / Bluesky @fmalcher.de retweetledi
Angular Buch Team
Angular Buch Team@angular_buch·
🅰️ #Angular 17 ist (bald) da! 🎉 Die News im Blog: 🅰️ angular.dev neues Logo & Docs – Angulars Renaissance ⚡️ Signals stable 🌊 Neuer Control Flow: if, for, switch 👀 Deferrable Views mit defer 🛣 Routing mit View Transition 👷 ESBuild stable angular-buch.com/blog/2023-11-a…
English
0
5
8
812
Alex Ziskind
Alex Ziskind@digitalix·
Is @angular changing their logo? or is there something else going on here?
Alex Ziskind tweet media
English
20
6
96
14.7K