React – useEffect

The useEffect hook is a fundamental part of React that allows you to perform side effects in function components. Side effects include data fetching, subscriptions, manual DOM manipulations, and more. Here’s an in-depth look at how useEffect works and how to use it effectively. Read more…

React – Props

React Props (short for properties) are a mechanism for passing data from one component to another in React. They are used to transfer information from a parent component to its child components, making components reusable and dynamic. Immutability Props are Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X