Это видео недоступно.
Сожалеем об этом.

Angular Clean Architecture Part 1 - Components

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • Hello, this my new video: Angular Clean Architecture Part 1 - Components
    With this video I start a series of videos dedicated to my vision Of Angular clear architecture. With every new video, the code base will grow, so you can see the whole thing. Perhaps in the future this will evolve into a true open source application.
    In this video I will talks how I deal with components on my projects:
    - folders structure and component naming
    - desktop and mobile versions
    - decomposition and encapsulations of components
    - why I no need BEM
    - organize code in component classes with private methods
    - etc.
    GitHub: github.com/kir...
    PR with comments: github.com/kir...

Комментарии • 4

  • @ralph8529
    @ralph8529 3 месяца назад

    Interesting approach but when Angular 17 come to play and you want use hydration you need SSR. On SSR you don't have access to devices or it is hard. I personally do component on both mobile and desktop and try to make as much as I can through scss. In my case I work highly on Core Web Vitals and Hydration is the way to boost FCP or LCP etc

  • @kirillushakov-webmobiledev6785
    @kirillushakov-webmobiledev6785  5 месяцев назад

    GitHub: github.com/kir-ushakov/public...
    PR with comments: github.com/kir-ushakov/public-ba-codebase/pull/2/files/4fdbda2030dbd668fba510fa1a19bb5d697b6e70

  • @truth8690
    @truth8690 5 месяцев назад

    really helpful💙