Angular zoneless change detection

Поділитися
Вставка
  • Опубліковано 26 лип 2024
  • When working with angular you can set part or all you components tree to different change detection strategies:
    - Automatic change detection (The default)
    - OnPush or semi automatic change detection
    - Manual or zoneless change detection.
    In this lesson we will learn how to work with manual zoneless change detection strategy.
    Full source code of this lesson is available here: github.com/ywarezk/academeez/...
    Check out academeez zoneless library here: github.com/ywarezk/zoneless
    #angular
    00:00 Recap angular change detection strategies
    09:20 About zoneless change detection
    10:50 Zoneless performance
    11:40 Recommendations regarding change detection
    14:50 Example of removing zone.js from angular project
    21:40 Triggering CD in zoneless
    31:10 Zoneless with OnPush
    35:10 Ex Summary of triggering CD in zoneless and OnPush
    37:15 Going zoneless will reduce bundle size
    40:40 Library support for zoneless
    49:49 Incremental adoption of zoneless
    57:00 Can we use the async pipe in zoneless?
    01:02:01 Using ngrxPush pipe instead of the async pipe
    01:06:38 Recommended libraries when going zoneless
    01:08:15 Benefits of going zoneless
    01:10:24 Cons of going zoneless
    01:11:50 Summary

КОМЕНТАРІ • 3

  • @abdlallahtailakh3633
    @abdlallahtailakh3633 3 місяці тому

    Amazing !! 🎉

  • @SergioUkrAr
    @SergioUkrAr 6 місяців тому

    Thanks, best explanation of zoneJs

  • @artjomsfomenko757
    @artjomsfomenko757 2 місяці тому +1

    show me atleast one dev who creates components via cli... ok, i will have to add here: in a big project, where there are more than 4 inner folders