PROGRAMMING KNOWLEDGE CENTER

Programming er Bolod To Boss
Price: Tk 230

Author: Jhanker Mahbub

Time required: 2 hours

Hablu Der Jonno Programming
Price: Tk 250

Author: Jhanker Mahbub

Time required: 4 hours

Programming er Choddogusti
Price: Tk 320

Author: Jhanker Mahbub

Time required: 3 hours

Paramoi Life er Paracitemol
Price: Tk 280

Author: Jhanker Mahbub

Time required: 2 hours

Recharge Your Down Battery
Price: Tk 230

Author: Jhanker Mahbub

Time required: 3 hours

Chester Jimnesium Futurer Calcium
Price: Tk 310

Author: Jhanker Mahbub

Time required: 4 hours

Md Zahed Iqbal

MERN Stack Developer

62kg

weight

5.7In

Height

38Yrs

Age

Add A Break
10s20s30s40s50s
Exercise Details
Exercise time0 hours
Break time0 seconds
1) Question: How does works React?

React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible. It designs simple views for each state in your application, and React will efficiently update and render just the right component when your data changes.


2) Question: Difference between Props and State?

    Props

  • 1. The Data is passed from one component to another.
  • 2. It is Immutable (cannot be modified).
  • 3. Props are read-only.

    State

  • 1. The Data is passed within the component only.
  • 2. It is Mutable ( can be modified).
  • 3. State is both read and write.


3) Question: What is the use of useEffect without data loading ?

  • 1. Running on state change: validating input field
  • 2. Running on state change: live filtering
  • 3. Running on state change: trigger animation on new array value