Building m7.codes with Analog.js
A deep dive into the architecture and design of this website.
Building m7.codes with Analog.js
Welcome to the new version of my site. This project is built using:
- Analog.js: The Angular meta-framework.
- Zoneless Change Detection: Future-proofing with the latest Angular features.
- Vanilla CSS: No Tailwind, just pure CSS with variables and nesting.
- Scroll-driven Animations: Native browser animations for high performance.
Why Analog?
Analog provides the best of both worlds: the power of Angular with the developer experience of Vite.
// Zoneless is the future
provideZonelessChangeDetection()
Stay tuned for more updates!