Name:Ryan Mejia

Desc:online-learning

Time: 15min

Name:Edith Holcomb

Desc:self-study

Time: 40min

Name:Lydia Crosby

Desc:online-learning

Time: 50min

Name:Allie Ellison

Desc:group-study

Time: 30min

Name:Puckett Rose

Desc:online-learning

Time: 20min

Name:Kari Cline

Desc:self-study

Time: 45min

Fahim Numan

from Mymensingh

Add A Break

Exercise Details

Exercise time 0min

Break time min

What Is React & How Does It Actually Work?

ReactJS is one of the most popular JavaScript libraries for mobile and web application development. Created by Facebook, React contains a collection of reusable JavaScript code snippets used for user interface (UI) building called components.

What Is the main different props vs state?

Props are used to pass data from one component to another. The state is a local data storage that is local to the component only and cannot be passed to othe r components.

What IsuseEffect use in react without datat load?

They let you use state and other React features without writing a class. The Effect Hook lets you perform side effects in function components: ..