Why React applications do not work on Internet Explorer and how to make them work
As you are aware, the latest ES6 features such as promises, arrow functions, etc may not be supported by older browsers, so we use Babel to convert the code to ES5 code which all browsers understand.
When we use create-react-app to create a React app...
blog.yogeshchavan.dev6 min read