How to create a new React component (using Hooks) [2021 tutorial] In this tutorial I will guide you through a very simple process of creating a new functional component in React. Functional components, in other w...
How to use React Context with Hooks (2021 tutorial) This one should be pretty easy. React context thus allows you to skip "props drilling". That's it. Imagine you are working with state in a react c...