/React

Primary LanguageHTML

React

Rayan Slim directory

O'Reilly - The Complete React Js and Redux Course - Build Modern Web Apps
Course: (https://learning.oreilly.com/videos/the-complete-react/9781789950656)
Course length: 8 hours

ModernReactBootcamp directory

Udemy: The Modern React Bootcamp by Colt Steele
Course: (https://www.udemy.com/modern-react-bootcamp/)
Course length: 39 hours

ReactNative_Part directory

Udemy: The Complete React Native + Hooks Course by Stephen Grinder
Course: (https://www.udemy.com/course/the-complete-react-native-and-redux-course/)
Course length: 38 hours

CompleteGuide directory

Udemy: React - The Complete Guide (incl Hooks, React Router, Redux) by Maximilian Schwarzmuller
Course: (https://www.udemy.com/course/react-the-complete-guide-incl-redux/)
Course length: 40 hours

ESLINT

  1. npm install -g eslint
  2. Install ESLINT from visual studio code MarketPlace
  3. npm install --save-dev eslint-config-rallycoding
  4. Create a file called .eslintrc containing { "extends": "rallycoding" }

If nothing else helps add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.

Useful Resources & Links

WebTools