📰 最近消息
Working with Signals should be handled in proper way - Resource API will help us with that.https://www.angulararchitects.io/blog/asynchronous-resources-with-angulars-new-resource-api/?mc_cid=ea8d6b1f68&mc_eid=10ac4cee81#ng19 #angular #signals #advanced
Ng19 Presentation in 4 hours!https://youtu.be/JvkX2_46gUY?si=clIHFT2BiYQqvWti
Angular v19 Presentation starts now https://youtu.be/JvkX2_46gUY?si=clIHFT2BiYQqvWti
If you where curious new Angular v19 is out. And one of the features (developer preview so) is resource APIGreat video about this https://www.youtube.com/watch?v=W7-lsoL-Gi8#signal #advanced
Really a good example of performance boost options. Maybe some of them without examples, but it is good to challenge yourself and try it out.https://davembush.medium.com/angular-performance-optimization-5ec630d2b8f1#angular #performance #tips
How many of you already knew about this lifecycle methods in Angular?https://medium.com/netanelbasal/exploring-angulars-afterrender-and-afternextrender-hooks-7133612a0287you can find their execution timing here: https://angular.dev/guide/components/lifecycle#advanced #v16.2
Another top resource for your Angular readinghttps://angular.love/#resources
Don't miss today at 16:00 CET timezonehttps://buff.ly/3DTO6o6
What reactivity tool do you need for Angular App?https://www.linkedin.com/posts/matthieuriegler_what-reactivity-tool-do-you-need-for-your-activity-7284338100950962176-7LQa?utm_source=social_share_send&utm_medium=android_app&utm_campaign=copy_link
🚨 Stop Splitting URLs in #JavaScript the Wrong Way! 🚨We’ve all been there: You need to work with a URL string, and your first instinct is to use String.split(). Maybe you ended up juggling multiple temporary variables, awkwardly handling query parameters with extra splits and joins, and producing bu