#20DaysOfReact

16 سلاسل التغريدات

DAY 4 of #20DaysOfReact 🚀 Topics Covered : 1. Conditional Rendering 2. Component Lifecycle What is conditional rendering? Conditional rendering refers to the practice of displa...

DAY 1 of #20DaysOfReact Topics Covered : -What is React? -Setting up a development environment. -What is a React component? What is React? React is a popular JavaScript lib...

Day 19 of #20DaysOfReact 10 Project ideas to strengthen your react concepts: 1. Online Quiz App: - Plan the quiz application's structure and user interface. - Create a Rea...

Day 18 of #20DaysOfReact Topic covered: - Introduction to Server and Client side rendering Server-side rendering (SSR) and client-side rendering (CSR) are two different approach...

DAY 17 of #20DaysOfReact Topics Covered : - Concurrent React - With the introduction of Concurrent Mode in React, developers now have a powerful tool at their disposal to cre...

DAY 16 of #20DaysOfReact HOW TO STRUCTURE YOUR FRONTEND CODE IN REACT. [with explanation] 📁src | |_ 📁components | |_ 📁Cards | | |_ 📄MainCards.jsx | |_ 📁Buttons |_ 📁api |...

DAY 15 of #20DaysOfReact Topic Covered : - Higher order components What are Higher order components? A higher-order component is a function that takes a component and returns a...

DAY 14 of #20DaysOfReact Topic Covered : - Debouncing in react What is debouncing? Debouncing is a technique used in React (and other JavaScript applications) to optimize the p...

BASIC HTML TAGS YOU SHOULD DEFINITELY KNOW ABOUT Document Structure: : Declaration of the HTML version. : Root element that encloses all content on the web page. : Contains meta-i...

DAY 12 of #20DaysOfReact Topic Covered : - Handling Errors in React Components React has become one of the most popular JavaScript libraries for building user interfaces. While...

DAY 10 of #20DaysOfReact Topic Covered : - Introduction to Redux What is Redux? Redux is an open-source JavaScript library commonly used in front-end web development for managi...

DAY 8 of #20DaysOfReact Here are some React interview questions categorized by props, components, states, and routes: Props: 1. What are props in React, and how do you pass data...