Typescript for React and Effector From Beginners to Masters

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 34

  • @vaibhavnaik2481
    @vaibhavnaik2481 3 роки тому +4

    Amazing video.Thank you so much for clearing the basics on Effector. Been trying to learn this last couple of months. 🙏🏼

  • @adarshpandya
    @adarshpandya 3 роки тому +9

    Very unique content on this channel, kudos to you buddy

    • @daggachapoy5753
      @daggachapoy5753 2 роки тому

      Upload Hit Entertainment logo Late 2007 DVD UK logo Effects Like
      1. Normal
      2. Real G Major 4
      3. Confusion
      4. Real G major 4 in Confusion
      5. G major 7
      6. Laughing
      7. 4ormulator v5
      8. Helium Chorded
      9. Luig Group
      10. Sponge 2.0
      11. Happy
      12. Freshing Equalizer
      13. The Beautiful Vocoded Diamond
      14. Autovocoding
      15. G Major
      16. Crazy Diamond
      17. Ensemble Effect 2.0
      18. Electronic Sounds
      19. Clearer
      20. Group
      21. Does respond
      22. Conga Busher
      23. 1000 Flutes
      24. Full Chord
      25. Ensemble Effect 3.0
      26. Acid Power
      Fixed Effects
      You can download & Spent Sony Vegas pro 17.0 to make and effects and post it on UA-cam until Friday at 7:56pm! And I don’t know how to make effects I’m not an effector

  • @vishalsachdev6767
    @vishalsachdev6767 3 роки тому +4

    This feels very elm-like, that's the impression I got looking at the examples. Very neat.

    • @jherr
      @jherr  3 роки тому

      Hmmmm... I'd like to know more about that. Is there something specific that you can point to?

    • @vishalsachdev6767
      @vishalsachdev6767 3 роки тому

      @Jack Herrington The explicit event names that can be used like functions... it's very convenient and readable unlike say Redux. Elm has a nice type system so every interaction with state is modeled like an explicit event; a member of an enum(they call them sum types), for example a counter's would be 'Increment Int', 'Decrement Int' and 'Reset'. There's a similar 'update' function which handles these type messages and everytime you call anything that spits out one of those above messages, Elm's machinery will automatically call 'update'. To me that feels easier to read at a glance.
      I think the basic counter example on guide.elm-lang.org shows it better than I can explain. Look at how the view wires up the click event, `onClick Increment`...that's it.

  • @TedBaggins
    @TedBaggins 3 роки тому +1

    Thank you very much. The hole network has no good guide about this effector, how to start and get data, just only you. You save me a lot of time. Really helpful.

  • @vaibhavnaik5541
    @vaibhavnaik5541 3 роки тому +7

    Can you please do more videos on Effector. Thank you

  • @jaypacsky
    @jaypacsky 3 роки тому +12

    Effect is the best state manager.
    And yeah, you should not put everything in one store

  • @falkomer
    @falkomer 4 місяці тому +2

    Very cool video! Could you please update it? In 3 years there are many new useful features in effector

  • @user-xd3we2qp4i
    @user-xd3we2qp4i 3 місяці тому

    Thank you for the video, could you create a video with comparing some popular state managers with the effector. For example effector/redux/recoil/zustand etc?

  • @Shakeel714
    @Shakeel714 3 роки тому +3

    Thanks for the nice explanation.

  • @user-sv2xz1wz5h
    @user-sv2xz1wz5h 3 роки тому +3

    check description ;)

  • @olehbrony6506
    @olehbrony6506 3 роки тому +4

    Wow, thanks)

  • @kiiro5738
    @kiiro5738 3 роки тому +1

    Your entire channel is gold. Can you make some tutorial about test like Jest or Mocha ? With React/Redux maybe

    • @jherr
      @jherr  3 роки тому

      Thanks. Unit testing is in my design for the Typescript/React course I'm up.

  • @xtinctspecies
    @xtinctspecies 3 роки тому +1

    Raising the bar Mr Blue collar

  • @bythealphabet
    @bythealphabet 3 роки тому +4

    Great

  • @user-oj7ii7lz7j
    @user-oj7ii7lz7j 3 роки тому +5

    Cool video! But you shouldn't put all the data in one store.

    • @jherr
      @jherr  3 роки тому +1

      It's a simplistic example. I'm really just showing off the different models of state management, and showing how Typescript helps you along the way.

  • @maximkoylo11
    @maximkoylo11 3 роки тому +1

    This is very cool

  • @sergeyvolkov9061
    @sergeyvolkov9061 3 роки тому +1

    Thanks!

  • @danet9330
    @danet9330 2 роки тому +1

    thank you!

  • @kirillpavlovskii8342
    @kirillpavlovskii8342 2 роки тому

    If I have a lot of events , how can I compose them, so I don’t need to write a lot of on() after store creating ?

  • @codezero6023
    @codezero6023 3 роки тому

    Yeh, This is more of the concept of an observable service. I don’t understand why you need separate stores, dispatchers, reducers, etc. like n Redux and Fluxible

  • @nishalagad2542
    @nishalagad2542 3 роки тому

    Can I use effector with class components. If yes can you please share some solutions?

    • @jherr
      @jherr  3 роки тому +1

      I haven't tried it, but I think it you would use it just the same way you would use the store outside of the react context. You would send events to it to update it. And you'd put a watch on the componentDidMount to update your component when the store updates.

    • @nishalagad2542
      @nishalagad2542 3 роки тому

      @@jherr Thanks alot

  • @dididie158
    @dididie158 3 роки тому

    How to filter todos with Effector?

    • @DavidNussio
      @DavidNussio 2 роки тому

      one way is to derive new store as the result of combine of todo store and filter store

  • @ridoymd5023
    @ridoymd5023 2 роки тому +1

    কেমন হবে

  • @v.demchenko
    @v.demchenko Рік тому

    Amazing sound

  • @humansaremortal3803
    @humansaremortal3803 Рік тому

    Wat is dis