๐ข @AnalogJS 1.6 is out!
โ Introduces build-time rendering and syntax highlight for markdown content! Less client-side JS!
โ Better support for @vitest_dev and @Angular with zone.jsโก๏ธ
โ Proper support for sourcemaps!
Updating to latest ๐
https://t.co/M91KK15NM0
@brandontroberts@analogjs@angular You are very welcome and well done Brandon. You and the team have always been super helpful when it came to responding to my development questions and I look forward to try out #analogjs ๐
@angular I have used #Angular since its inception back in 2010, and still now in 2024 at my present job. I can confidently affirm the resilience and evolution of this framework. Angular's enduring presence is a testament to the dedication and adaptability of the Angular team ๐
@zackderose My deepest condolences Zack. So sorry to hear about this. My heart and thoughts are with you at this very painful and extremely difficult moment. Lots of prays go out to you and your family at this time.
Function based components vs class based components equals better DX for beginners, easier transition for newvdevelopers using ES6 with the benefit of TypeScript without using TypeScript specific declarations like decorators.
@brandontroberts@angular I like it. Benefits of TypeScript without classes and decorators in the code. Better developer experience for new developers that are coming from JavaScript/EcmaScript (ES6+) and new to TypeScript.
Declarative lazy loading and prefetching is now availble in Angular v17:
- native deferred loading in templates
- optimize your initial load and bundle size
- in developer preview now!
https://t.co/Hiz2BOzg5x
@beeman_nl@brandontroberts@angular I think the introduction of standalone components and inject function vs constructor based injection simplifies components enough to give similar benefits to function based components
1. Simpler syntax
2. Improved tree shaking
3. Ease of testing
4. Performance improvements
@beeman_nl@brandontroberts@angular I think there has always been different ways to do things. e.g
1. View child/Renderer/local template reference variable to interact with the DOM
2. Template driven vs Reactive Forms
Really down to the use case and user preference I believe.
Still 1 framework with great tools.