I have listed few import visual studio code extensions for react development in the below Typescript React code snippets https://marketplace.visualstudio.com/items?itemName=infeng.vscode-react-typescript ES7 React/Redux/GraphQL/React-Native snippetshttps://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets ESLinthttps://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint GitLens — Git superchargedhttps://marketplace.visualstudio.com/items?itemName=eamodio.gitlens jslint https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens SCSS Formatterhttps://marketplace.visualstudio.com/items?itemName=sibiraj-s.vscode-scss-formatter Code Spell Checkerhttps://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker How to install visual studio code...
What is a Web Server ? A web server is software and hardware that uses HTTP (Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web(WWW). The main job of a web server is displaying website content over...
If you are working as a front-end developed you must have a better understanding about using ES6 features. ECMAScript 2015 (or ES6) is the sixth and major version of the ECMAScript language specification standard. It defines the standard for the JavaScript...
Yes it is possible to host a react application in a shared hosting please follow the below simple five steps (01) Open your package.json file in your react app root and add the below property in to that (please change the...
Even though I have worked couple of Angular projects I have never worked in react project fortunately I got a chance to work on a react project recently in first time, I would like to share my experience with you about...