The latest on Zoneless in Angular v18

  Рет қаралды 14,110

Angular

Angular

Күн бұрын

Пікірлер: 34
@kedevked
@kedevked 5 ай бұрын
Over a decade ago, Angular emerged as a leader in frontend frameworks. Its upcoming embrace of signals has the potential to be a game-changer for frontend development, offering a more reactive and efficient approach to building web applications.
@LarsRyeJeppesen
@LarsRyeJeppesen 5 ай бұрын
We went zoneless, amazing stuff
@tomastrajan
@tomastrajan 5 ай бұрын
Zoneless is MVP for the Angular based public facing websites !
@jeter550
@jeter550 4 ай бұрын
O angular mais vivo do que nunca! Comecei um projeto com angular 17 em setembro de 2023 para uma instituição do terceiro setor aqui no Brasil. E hoje podendo ver o lançamento da versão 18 fiquei muito feliz por ter feito a escolha certa!
@dmitrykomkov8480
@dmitrykomkov8480 5 ай бұрын
I want to remind to people in the comments, that rxjs is an implementation of Reactive Extention from Microsoft. It was invented to build Reactive Systems, not Reactive Frontend Application. Before the Signals we did not have better approach to handle derived state and used rxjs. Now we use Signals for derived state. But it does not mean we should get rid of rxjs today. Its still the best tool for event management.
@KostasOreopoulos
@KostasOreopoulos 5 ай бұрын
Probably the Subject and Behavior part of Rxjs are now obsolete (or at least I do not find a reason to use them, except the part that Angular uses behind the scenes to convert observables to signals). Everything else is fully useful and works perfectly with signals.
@Sara-xi2ug
@Sara-xi2ug 5 ай бұрын
I've heard that signals may become part of Javascript? What's going to happen to Angular signals then? Thanks
@AlainBoudard
@AlainBoudard 5 ай бұрын
Just like other js frameworks did before, if the native implementation is sufficient, they would eventualy drop their own. That's only my guess :)
@Warsi-c6s
@Warsi-c6s Ай бұрын
Great news for Angular lovers like me.
@tarasshpek
@tarasshpek 5 ай бұрын
As a backed dev, I chose Angular specificly because of zone.js. The idea that you can map JS object's field to the part of template and framework will do the job is AMAZING. I'm not against signals, but I hope you'll keep the zone.js as part of Angular.
@AlainBoudard
@AlainBoudard 5 ай бұрын
What would zone do for what you describe ? I fail to understand.
@pickle1987
@pickle1987 4 ай бұрын
Clearly you don't understand what you just said
@sameralkhatib4474
@sameralkhatib4474 5 ай бұрын
Is on push change detection strategy needed when going zoneless?
@xucongzhan9151
@xucongzhan9151 5 ай бұрын
iirc, yes. When signal components drop I think it's not needed for *them*, but still required for other non-signal components.
@timurmartinez4093
@timurmartinez4093 Ай бұрын
How many companies already switched to signals?
@Versus-A
@Versus-A 5 ай бұрын
How does the hybrid change detection work? Does it bring any benefit to use it in a half signal half zone app or it's worse in terms of performance?
@sulaimantriarjo8097
@sulaimantriarjo8097 5 ай бұрын
So long journey. congrats
@amosisaila8416
@amosisaila8416 5 ай бұрын
Exit the zone!
@mxz2024
@mxz2024 5 ай бұрын
how should i use formgroups now with signals?
@MichaelSmallDev
@MichaelSmallDev 5 ай бұрын
FORMS + SIGNALS MENTIONED ❗❗❗
@codewithpushpa
@codewithpushpa 5 ай бұрын
Very good !
@jonathangamble
@jonathangamble 5 ай бұрын
Any plans to actually support server only routes… its crazy to me I can’t do this like every other framework
@mrika1995
@mrika1995 5 ай бұрын
use analogjs for that
@GerardoBuenrostro
@GerardoBuenrostro 5 ай бұрын
Is a stable virtual scroll in the future? Because right now is a nightmare.
@hanshans9902
@hanshans9902 4 ай бұрын
No informations to apply. skip (no offense)
@tarquin161234
@tarquin161234 5 ай бұрын
Just sad you are pushing out rxjs when it is a big reason why Angular is so good. Please at least offer rxjs apis alongside the signal ones.
@Angular
@Angular 5 ай бұрын
We are maintaining support for RxJS. This announcement is about making zone.js optional. But keep in mind that we did not announce a deprecation, we announced support for optional zones. Hope that helps!
@tombalabomba03
@tombalabomba03 5 ай бұрын
Signals are soo much better than rxjs, I cannot see why anyone would use it when they have the option to use signals
@alexander.thalhammer
@alexander.thalhammer 5 ай бұрын
@@tombalabomba03 There are still a lot of reasons to use RxJS. It's useful for eventing and it's far more powerful concerning it's operators. Signals are good for state and a more lightweighted solution.
@tristanmorris5646
@tristanmorris5646 5 ай бұрын
Rxjs can easily solve some problems that aren't very practical to solve with signals. For now, signals and rxjs go hand in hand.
@tarquin161234
@tarquin161234 5 ай бұрын
@@tombalabomba03 Maybe signals are good for some simple components, but if you have any complexity involving asynchronous logic, RxJS is required, and makes signals inferior.
Server Side Rendering updates in Angular v18
2:38
Angular
Рет қаралды 8 М.
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 20 МЛН
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4,3 МЛН
Angular v19 Developer Event
22:54
Angular
Рет қаралды 44 М.
Zoneless Angular Applications in V18
14:00
Deborah Kurata
Рет қаралды 19 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 134 М.
Getting started with Angular Signals
11:03
Angular
Рет қаралды 44 М.
How to Actually Grow Your YouTube Channel (Easy Hack)
4:42
Andrew Farmer
Рет қаралды 93
Angular’s Third Era is…weird
21:41
Theo - t3․gg
Рет қаралды 94 М.
Is Asp.NET Core Better than Node.js
13:35
Gavin Lon
Рет қаралды 9 М.
Don't use effects/don't subscribe (it's the same advice)
6:13
Joshua Morony
Рет қаралды 13 М.
Getting Started with NGXS 18 and Angular 18
29:53
Code Shots With Profanis
Рет қаралды 1,5 М.
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 20 МЛН