⚙ Configure ESLint and Prettier in Visual Studio Code for React Developers 🔥
Install ESLint VSC Extension… Ctrl+p ➡ ext install dbaeumer.vscode-eslint ➡ Enter Install ESLint into your React project… npm install eslint
Continue readingInstall ESLint VSC Extension… Ctrl+p ➡ ext install dbaeumer.vscode-eslint ➡ Enter Install ESLint into your React project… npm install eslint
Continue readingES7 React/Redux/GraphQL/React-Native snippets Publisher: dsznajder Use React snippets to speed up your React game! Install using Ctrl+P ext install dsznajder.es7-react-js-snippets
Continue readingSyntax arr.reduce(callbackFunction, [initialValue]) What does reduce do? Reduce is a function that loops through an array. Operations can be performed
Continue readingTo disable the ‘Unexpected console statement.’ (no-console) error in Eslint, you require to add a rule in the .eslintrc.json file.
Continue readingIn order for node to export modules you have to assign each function, object or variable, that requires to be
Continue readingHyper-V needs to be disabled to start an Android emulator in Android Studio. The fix is straight forward. Clicking the
Continue reading