#1 Introduction to XState in React
It's time we take Xstate and state machines seriously

Search for a command to run...
Articles tagged with #beginners
It's time we take Xstate and state machines seriously

So in the last chapter we talked about the magic of custom hooks and how custom hooks help us in modularizing, our react code. In this chapter we will see how we can build a custom Dropdown component and use the custom hook that we created earlier....

We talked about a couple of hooks so far useState and useEffect in our previous chapters. But the best is yet to come! *Note: This article is a part of the Delightful React Series, as part of which, I am releasing one chapter every day for 25 days....

The key prop being unique is very important for rendering list elements in React. Is it just enough if it's unique? Not really. We talked about it briefly but lets see how we can thoroughly mess up our components if we use the key prop incorrectly. ...

Handling form inputs is a very important part of building user interfaces and React offers a few options for inputs. In this chapter, we will learn how to handle inputs in React and use the input to filter a list. *Note: This article is a part of t...

Now that we know enough about useState and state variables, let us pick up the pace now and build a Tabs component that shows different content based on the selected tab. By the time we are done with this chapter, we will have built a nice Tabs com...
