Is AnalogJS good enough for my blog site?

Поділитися
Вставка
  • Опубліковано 9 лип 2024
  • #AnalogJS #Angular #blogger
    AnalogJS is the hottest new meta framework built on top of Angular - will it be the NextJS of Angular world? I try to recreate my blog in AnalogJS to see how easy (or difficult) it is!
    💖 Support
    www.buymeacoffee.com/zoaibkhan
    ✨ Full stack Angular + Firebase course:
    www.udemy.com/course/angular-...
    Follow for more Angular tutorials, tips and tricks:
    Twitter - / zoaibdev
    Facebook - / thisiszoaib
    LinkedIn - / zoaib-khan-b6456815
    Cheers :)
    00:00 Introduction and Setting Up a Blog Clone
    00:34 Understanding AnalogJS and Its Features
    01:01 Creating a Blog Site with AnalogJS
    01:57 Exploring File Based Routing in AnalogJS
    02:17 Building a Basic AnalogJS Project
    05:26 Adding Content to the Blog
    10:22 Creating the Blog Post Page
    16:00 Enabling Pre-Rendering and Static Site Generation
    19:40 Conclusion and Final Thoughts
  • Наука та технологія

КОМЕНТАРІ • 13

  • @shamparmar2312
    @shamparmar2312 4 місяці тому +1

    Please create a complete course on analog js.

  • @saadnadeem85
    @saadnadeem85 5 місяців тому

    amazimg . i like to watch more like this .

    • @ZoaibKhan
      @ZoaibKhan  5 місяців тому

      Thanks Saad! Glad you liked it 😊

  • @shamsundar1675
    @shamsundar1675 4 місяці тому

    Can you please create a complete angular 17 course.

  • @saadnadeem85
    @saadnadeem85 5 місяців тому

    you are working very hard .

  • @MonaCodeLisa
    @MonaCodeLisa 4 місяці тому

    cool video :) I am on a windows machine too, I am wondering about this error

    • @ZoaibKhan
      @ZoaibKhan  4 місяці тому +1

      Thanks Esther! Brandon posted recently there has been a fix pushed for this so looking out for this in the next release hopefully! :)

    • @MonaCodeLisa
      @MonaCodeLisa 4 місяці тому

      @@ZoaibKhan cool :)

  • @bartson4425
    @bartson4425 Місяць тому

    Why do I need metaframework is express js/nest js with ejs not enough for ssr?

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому +1

      Well, the SSR support in Angular is getting better with every release, but AnalogJS still has an edge in terms of features like file based routing and built in markdown support.
      So I guess its more about DX for content focused sites such as blogs and such.

    • @bartson4425
      @bartson4425 Місяць тому

      @@ZoaibKhan ah okay nice then I will try it out 🔥

  • @corporate_pulse
    @corporate_pulse 5 місяців тому

    How would this work with SEO?

    • @ZoaibKhan
      @ZoaibKhan  5 місяців тому +3

      Good for SEO, because SSR is enabled by default and routes are pre rendered.