MY-ACTIVITIES-OF-TODAY

Select Today Activities :

...

I will be fresh in the morning

Time Required : 30
...

I will be exercise in the morning

Time Required : 40
...

I will have breakfast

Time Required : 20
...

I will study at morning

Time Required : 60
...

I will take classes at school

Time Required : 180
...

I will eat lunch

Time Required : 25
...

I will sleep in the afternoon

Time Required : 120
...

I will play cricket in the afternoon

Time Required : 90
...

I will pray Maghrib

Time Required : 20
...

I will study at nignt

Time Required : 120
...

I will watch TV at night

Time Required : 75
...

I will sleep at night

Time Required : 480
My pic

Sayed Hasan Farabi

Dhaka, Bangladesh

60kg

Weight

5.4ft

Height

24yrs

Age

Add a Break :
Activity Details :

Activities Time

0 minutes

Break Time

0 minutes

Answer to the questions :

React goes through its virtual DOM ,creates a list of those changes that need to be made to the actual DOM and then does it all in one single process.

Props usually help to pass data to the component. and, State usually helps to change the data of a component .

  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.
  4. Running on props change: update paragraph list on fetched API data update.