React Errors : Super expression must either be null or a function Sumit Kumar Pradhan May 16, 2021 Firstly, if you're certain that you're extending from the correctly named class, e.g. React.Component , not React.component or Reac... Continue Reading
Installing extensions via ChromeDriver in selenium Sumit Kumar Pradhan May 15, 2021 This tutorial explains how to install extension in chrome browser using chrome driver in selenium . To install any kind of extension in you... Continue Reading
What is React ? Sumit Kumar Pradhan May 15, 2021 React is a JavaScript library that aims to simplify the development of visual interfaces. Continue Reading
React Virtual DOM Explained Sumit Kumar Pradhan May 15, 2021 If you are using React or learning React, you must have heard of the term Virtual DOM . In this tutorial we are going to discuss on React... Continue Reading
Why should you learn React ? Sumit Kumar Pradhan May 15, 2021 I highly recommend that any Web developer has at least a basic understanding of React. Continue Reading
How to solve the unrecognized command run-ios error with React Native Sumit Kumar Pradhan May 14, 2021 This tutorial explains How to solve the unrecognized command run-ios error with React Native . Recently when I executed the npx react-nat... Continue Reading
How to Fix Unrecognized command start React Native Error Sumit Kumar Pradhan May 14, 2021This tutorial explains How to Fix Unrecognized command start React Native Error . Recently when I executed the react-native start command o... Continue Reading