Webinar: Get started with XState v5

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 23

  • @mahdisoultana
    @mahdisoultana หลายเดือนก่อน

    thank you very much for this library i'm new following your from frontendmasters , and it's an honor for me to be one or your student Davide 💝

  • @aeronwolfe7072
    @aeronwolfe7072 10 หลายเดือนก่อน +5

    I love this library.

    • @davidkpiano
      @davidkpiano 10 หลายเดือนก่อน

      I appreciate you!

  • @tinymints3134
    @tinymints3134 ปีที่แล้ว +8

    the types are honestly the most sophisticated and beautiful I've ever seen.

    • @davidkpiano
      @davidkpiano ปีที่แล้ว +4

      Thanks! We learned a lot from v4 and needed to make some huge improvements from that.

  • @revmatch6r
    @revmatch6r 10 หลายเดือนก่อน

    Congrats on v5!!! Thanks so much for all your hard work. I use xstate at crazy scale in a complex space and it makes it so easy to make sense of wild state situations. Really looking forward to a refreshed react + v5 patterns and conventions to ensure we're doing it correctly when we update. Also really looking forward to the xstate test 1.0 release. Cheers🎉

  • @quantum_flax
    @quantum_flax 11 หลายเดือนก่อน +2

    Very nice

  • @TheSlapOff
    @TheSlapOff 11 หลายเดือนก่อน +1

    when are the keyframers coming back with some cool xstate5 videos :)

  • @ArturCarvalho
    @ArturCarvalho 11 หลายเดือนก่อน +3

    Could you share the code?

  • @felipecubillos3015
    @felipecubillos3015 10 หลายเดือนก่อน +1

    How can I use state.changed within subscribe in version 5?

  • @rrrcc4840
    @rrrcc4840 5 หลายเดือนก่อน

    Hoping for a react x state tutorial

  • @tinymints3134
    @tinymints3134 ปีที่แล้ว +5

    "a straightforward change" proceeds to list a hundred breaking changes.

    • @davidkpiano
      @davidkpiano ปีที่แล้ว +5

      Thanks for counting! I was wondering how many there were.

    • @johnyepthomi892
      @johnyepthomi892 10 หลายเดือนก่อน

      @@davidkpiano I love this library but please make separate docs for each version in a way that we understand the new changes compared to v4.

  • @KeyKeeper86
    @KeyKeeper86 8 หลายเดือนก่อน

    > Here's how you strongly type events...
    How do we strongly type States?

  • @matheussousa2548
    @matheussousa2548 10 หลายเดือนก่อน +3

    I can't understand how you guys could make it be so hard to build simple todo list

    • @aeronwolfe7072
      @aeronwolfe7072 10 หลายเดือนก่อน +3

      This is just an example. I don't think you would need a state machine for a simple todo app. I am using it for the client state of a complex multi-player word game, and it is really helping me stay organized and helps to visualize the whole turn sequence. Xstate rocks.

  • @Aleksey-n5h
    @Aleksey-n5h หลายเดือนก่อน

    To be honest, this is the strangest library for me. The idea is cool, but they ignore modern frameworks and examples for them, like next.js . I don't see any practical use for this library in such frameworks, and even more so that I would take so long to think where it can be used at all and how to combine it with server rendering. If I need to know so much and draw so many examples and tools to understand what this library is for, then maybe I don't need it.

  • @尼古拉丝土豆
    @尼古拉丝土豆 9 หลายเดือนก่อน

    I think xState is state of X. so start point is how to find which is the X. it maybe program or data, or ui etc. your example is not clear for this.

  • @matheussousa2548
    @matheussousa2548 10 หลายเดือนก่อน +3

    Pretty bad tutorial, missing lots of information and pretty unorganized

    • @Statelyai
      @Statelyai  10 หลายเดือนก่อน

      Thanks for the feedback. We will be making a shorter, updated video tutorial in the near future.

    • @matheussousa2548
      @matheussousa2548 10 หลายเดือนก่อน +1

      @@Statelyai Good yo know you're looking for the community feedbacks! Can you add the source code from the video?
      I'm trying to get into stately, but the tutorial is hard to understand and I would appreciate if I had the code to study

    • @vlad.nicula
      @vlad.nicula 9 หลายเดือนก่อน

      @@matheussousa2548 I'm at minute 21 and am struggling to understand why we are using XState for the simple onboarding flow. I can follow along, but I'm not getting the answers of specifics that I am looking - for example I was interested in seeing how I can write actions that do some async work, which I think is something very common in most frontend apps -.