REACT LIFE CYCLEClass components can define functions that will execute at certain points during the component’s lifecycle. Using them can give a finer…May 10, 2020May 10, 2020
STATE VS PROPSthis.state should not be assigned directly. Use this.setState, instead.May 10, 2020May 10, 2020
AXIOS IN REACTJust about every project needs to interface with a REST API at some stage. Axios is a lightweight HTTP client based on the $http service…May 9, 2020May 9, 2020
Software testingIt is a process of verifying and validating that a system is bug free and it meets technical and user requirements.Aug 4, 2019Aug 4, 2019