CONSTRUCTOR IN REACT JS
In This Blog, you are going to learn working of constructor in react app and also you are going to learn super keyword and its working with source code.
DEFAULT EXPORT VS NAMED EXPORT IN REACT JS
It gets shorter! If the function has only one statement, and the statement returns a value, you can remove the brackets and the return keyword.
PROP TYPES IN REACT JS
In This Blog, you are going to learn prop types with function components in react js, prop types is used for type checking of props which is very useful to validate the data in react app.
PROPS IN REACT JS
React Props are like function arguments in JavaScript and attributes in HTML.
FUNCTION COMPONENTS IN REACT
In React JS, Components are independent and reusable pieces of code.