Tag: Hook

Modeling the Motion of a Grappling Hook With a Rope

So, what makes this problem fun and also challenging? If you just threw a grappling hook (or ball) upwards without a string, it’s just plain projectile motion (assuming you ignore air resistance). However, with a rope the hook will have an extra interaction with the different parts of rope as ...

4 Different Examples of the useState Hook in React

useState is a widely used hook in React. Almost every component you develop in React involves state. In this post, I am going to show you four different use cases of the useState hook. I am assuming you have a basic knowledge of React and state. If not, visit the docs to ...