Whenever you call useState in React, you get back two elements. The first value will always be its most recent state and the second value…
Leave a CommentTag: react
In my current self directed learning path about React, I’m wrapping my head around Redux and how it’s used to manage state. In C# we…
Leave a CommentI haven’t dove into state in functional components yet. But I am learning about state in class components. When building a class in React, it’s…
Leave a Comment