Angular Stream
55 subscribers
21 photos
271 links
Angular news, events, videos etc.
If you want to recommend a post please write @hobbyts911
Download Telegram
There are situations when you have multiple requests of the same url and one of the reasons could be multiple subscriptions then this article will help you with that, but be careful it is not always the case.

#rxjs #advanced

https://itnext.io/the-magic-of-rxjs-sharing-operators-and-their-differences-3a03d699d255
Recommend to follow Net Basal on any platforms. Met him first while implementing state management system called Akita. Lots of advanced topics mostly in Angular and many more.

https://netbasal.medium.com/

#angular #advanced
Усім привіт. Сьогодні хочу поділитись відео, але загалом україномовним каналом на котрий ви обов'язково маєте підписатись якщо ви і далі плануєте розвиватись в JS/TS та у суміжних технологіях.

https://www.youtube.com/live/UbYjexMO8zw?si=h7G3wRBO-3K6AScE

І також телеграм канал: https://t.me/node_recipes

#js #ts #advanced #tips #resources
Для тих хто шукає різних рішень оптимізації веб застосунків рекомендую блог Smashing Magazine де є багато статей та на цю тематику, але будьте уважні, адже технології не стоять на місці тому звертайте увагу на дату публікації та пошук альтернативних більш сучасних рішень.

https://www.smashingmagazine.com/2016/12/gpu-animation-doing-it-right/

#advanced
Did you know that in angular version 19+ you can use

#name
instead of
private name
to make them true private?

I didn't know that properties with private field works only before compile time and it is open in production code for access.
Here is a good article about this https://riegler.fr/blog/2024-05-17-private-fields-downleveling

Make sure you are not using in earlier angular versions as it will result in weakMap creation.

#angular #ts #typescript #advanced #tips