Tag: react

24 posts

ReactConditional Rendering

11/12/2020

Conditional Rendering 🤔 Conditional rendering in React isn't difficult. In JSX - the syntax extension used for React - you can use plain…

ReactArray methods in React

11/10/2020

Array Methods in React 🤔 Let’s consider what is an array method. Simply put, an array method is a method that can be called on an array to…

ReactReact Hooks 🤔🎣

11/8/2020

Hooks 🎣 API 👉 The additional API that lets you use state and other features in React without writing a class is called Hooks. What Are…

Chat Avatar