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...
⚛️ React v17 RC released: Here’s what’s new Today, on React's blog appeared a very intriguing article about the new major version update. It might seem interesting even more, because there h...
Different Options For Managing React State In 2020 Hello folks 👋 ! I've noticed this really interested topic about react state in RFA section here on Hashnode and it immediately caught my attention...
How to choose between Anguar, React and Vue – and be right every time If you're like me, you absolutely love developing web applications and I am also 100% sure you've got your favourite JavaScript framework that you ad...