This is the first time EVER that I've been able to follow a state machine tutorial and understand what's going on. Thank you Leigh, you never fail me!! Can't wait for the next one 😜
@leighhalliday5 жыл бұрын
Nice!! That's awesome to hear!
@AaronMoroney-o8t Жыл бұрын
Thank you - prepping for an interview tomorrow and the recriter asked me about FSM and i didn't have a clue. Fingers crossed all goes well once i meet the tech team
@fastneasy3 жыл бұрын
best explanation on entire youtube for finite state machine
@leighhalliday3 жыл бұрын
Thank you Sameer!
@matthewzecchini99515 жыл бұрын
Again wonderful content. I just want to encourage you to please keep uploading as frequently as you have been. We in the community appreciate your contribution.
@leighhalliday5 жыл бұрын
Thank you, Matthew!
@clown70944 жыл бұрын
What a great explanation for beginner like me! I like how you introduce the concepts easily and gently.
@leighhalliday4 жыл бұрын
Thank you very much, J.S.! Glad you enjoyed it :)
@migueldomingos45704 жыл бұрын
Thanks for this tutorial! I wasnt finding any tutorial talking about xstate machines with react! Thanks again:-)
@leighhalliday4 жыл бұрын
You're very welcome, Miguel! Glad you enjoyed it :)
@0xAlfon5 жыл бұрын
I didn't even know this existed before, thanks for upload this type of amazing content. Keep up the good work Leigh!
@leighhalliday5 жыл бұрын
Nice!! Happy I could introduce you to a new library :)
@girri4 жыл бұрын
Most clear intro video on this topic. Thank you!
@leighhalliday4 жыл бұрын
Woohoo! Thanks Girri! Glad it was able to help :)
@kailashuniyal044 жыл бұрын
So happy to found this channel. Thanks for sharing the knowledge.
@leighhalliday4 жыл бұрын
Thanks for saying hi, Kailash!
@dominikseljan30435 жыл бұрын
Oh nice! I've never used state machines on any projects so I can't wait to sit later with a cup of hot tea and watch your video :) Hopefully I can start using them soon
@leighhalliday5 жыл бұрын
Let me know what you think, Dominik! What kind of tea are you going to have? :D
@dominikseljan30435 жыл бұрын
Leigh Halliday This seems really nice! Defining states and toggles is straightforward which is nice as well. Looking forward to more videos on this. Hehe I had rooibus with lemon and honey 😀
@lewismenelaws23445 жыл бұрын
Great video Leigh. Made it super simple to understand. Cheers.
@leighhalliday5 жыл бұрын
Nice! Thank you Lewis. Glad you enjoyed it!
@g-luu4 жыл бұрын
This blew my mind. Thanks for the content.
@leighhalliday4 жыл бұрын
Wow, hope you're ok! :) Thanks for saying hi!
@itmemo86175 жыл бұрын
Amazing, I was just thinking about if we could use FSM instead of a bunch of if/else blocks, and this tutorial is just what I was looking for, need further learning about xstate, keep them coming plz 👍
@leighhalliday5 жыл бұрын
Hey it memo! I have two other more advanced videos about xstate! Check em out :)
@JayBowles5 жыл бұрын
Excellent intro, thanks!
@leighhalliday5 жыл бұрын
Thanks, Jay!!
@Danutz13bv5 жыл бұрын
Really nice and clear introduction to state machines! Would love to see a more advanced FSM video like a form or something.
@leighhalliday5 жыл бұрын
Hey Dan! I have two other videos about XState which are both more advanced :)
@Danutz13bv5 жыл бұрын
@@leighhalliday oh, I'm gonna check them out. Thanks for replying!
@amskhadhiri46364 жыл бұрын
@Leigh Halliday, Well you have explained about X-state in this video
@leighhalliday4 жыл бұрын
Thank you Ams!! :)
@sourenasahraian20552 жыл бұрын
Hi there Leigh , is XState still a relevant solution for React after 3 years ? Is this still your tool of choice for state machine implementation in Rect ?
@ryanmatsua334 жыл бұрын
Sorry for the unrelated question, but which VSCode theme are you using? Looks so good
@leighhalliday4 жыл бұрын
Hey Edmilson! I think I'm using this bad boy marketplace.visualstudio.com/items?itemName=azemoh.one-monokai
@khoilam75692 жыл бұрын
Thanks sir
@leighhalliday2 жыл бұрын
Hope you enjoyed it, Khoi!
@gonzaloespeche14994 жыл бұрын
What are the benefits of using Xstate versus doing it manually?
@leighhalliday4 жыл бұрын
Hey Gonzalo! If you're going to end up rebuilding what xstate has already done, I think it's better to use the library, because they've put in a lot of thought around how to integrate it with react, guard clauses, structure, and the ability to visualize the state machine.