How to use component in React Fahmida Yesmin March 8, 2020 one Comments React Component Components are used in react app to maintain the user interface easily. The component is called the main building block of any react… Continue Reading
Introduction to React JSX Fahmida Yesmin March 5, 2020 no Comments The full form JSX is JavaScript Extension that is used to generate output like HTML by writing JavaScript code. render() function is used by every… Continue Reading