Analog.js, the Angular meta-framework, has officially shipped. All session videos from this year's ng-conf are now available to the public. The team has launched the Angular Developer survey, and Maria Korneeva shared her piece on Accessibility.
Analog.js
Analog.js reached its initial stable version in the previous week.
So what exactly is Analog.js? In short, it’s a meta-framework. If you’re already familiar with Remix, Next.js, or Nuxt.js, you’ll get the idea right away.
What it does is take Angular and bolt on extra capabilities such as Vite, Server-Side Generation, and what are called API routes — basically your typical backend endpoints. In other words, Analog.js ships with a full-fledged backend built in.
Where does it shine? The classic scenario is a full-stack app deployed on a cloud service, one that needs a little dynamic behavior but places a heavy emphasis on SEO. A blog fits that description perfectly.
There’s also the Vite angle to consider. Angular doesn’t support Vite out of the box; it’s a build tool with a massive ecosystem, and lots of other tools treat it as the baseline and rely on it. This is where Analog becomes a gateway, letting all those tools work with Angular. And honestly, that might carry more weight than every other feature put together.
Brandon Roberts created the project and serves as its primary maintainer. In addition, he has released both written and video tutorials demonstrating the process of building a blog using Analog.js.
How to Build a Blog with Analog and Angular ✍️
Brandon Roberts for Analog ・ Aug 21 '23
For a fully integrated setup, the Spartan framework by Robin Götz is worth exploring. It brings utilities such as tRCP and Prisma into the Analog ecosystem.
SPARTAN. Type-safe Angular full-stack development powered by Analog.
Robin Goetz for Playful Programming Angular ・ Apr 25 '23
Ng-Conf Videos
All the sessions from Ng-conf—a major Angular conference—are now publicly available. Access requires a free account sign-up on the conference's site.
Angular Developer Survey
The Angular Developer survey is now open. Carve out a moment to complete it. As you may be aware, the Angular team treats its results with great weight and uses the feedback to steer its future plans.
Practical Accessibility in Web Development
Accessibility remains an ever-expanding field of concern, particularly for EU-based services as the European Accessibility Act gets woven into domestic legislation. For a comprehensive rundown of the essentials, Maria Korneeva has got you sorted.
