NgRx Selectors How to stop worrying about your Store structure - David East & Todd Motto

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

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

  • @qadir03232803023
    @qadir03232803023 2 года назад +1

    Very easy to understand, i have been went through all the stack-overflows, and documentations but my concepts was not clear at that time, now thanks to these champs.

  • @sveinsoermo9883
    @sveinsoermo9883 5 лет назад +2

    Very good presentation, one of the better ones. VERY GOO!

  • @saketshrivastava8334
    @saketshrivastava8334 3 года назад

    Excellent guys

  • @RaidenFreeman
    @RaidenFreeman 6 лет назад +5

    You should also try ngxs for a smaller project. Less and a bit cleaner/more straightforward code for the same things as ngrx.

    • @SamiullahKhan
      @SamiullahKhan 6 лет назад

      Looks like its worth a watch ngrx for smaller app will make a lot of boilerplate code. And that is just boilerplate code. I wonder how much code the ngrx library comes with.

  • @sanjibanichoudhury7517
    @sanjibanichoudhury7517 5 лет назад

    great talk

  • @markgoho
    @markgoho 6 лет назад +3

    Wait.....selectors can take parameters???

    • @lucianojunior2867
      @lucianojunior2867 6 лет назад +2

      No, that is a selector's creator. Realize it in how it is used, selectors are not 'called'

    • @pontape123
      @pontape123 6 лет назад

      Sorry.. I didn't understand :\

    • @kevinbeal2168
      @kevinbeal2168 6 лет назад

      It's a higher order function. It's just a regular function which returns a selector. Selectors are functions that the library calls, you don't call them - similar to operators in a rxjs pipe.

    • @hal7mar
      @hal7mar 6 лет назад +2

      Since not to long; selectors can take parameters > github.com/ngrx/platform/blob/master/docs/store/selectors.md#createselector-with-props

  • @USONOFAV
    @USONOFAV 6 лет назад +7

    oh Entity now is a pattern?