Desc:online-learning
Time: 15min
Desc:self-study
Time: 40min
Desc:online-learning
Time: 50min
Desc:group-study
Time: 30min
Desc:online-learning
Time: 20min
Desc:self-study
Time: 45min
Fahim Numan
from Mymensingh
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.
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.
They let you use state and other React features without writing a class. The Effect Hook lets you perform side effects in function components: ..