Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 3.83 KB

React.md

File metadata and controls

44 lines (28 loc) · 3.83 KB

Back

React (Arguably the most popular JavaScript framework)

Platforms (Website)

  • React: Official react website.
  • Create React App: You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.
  • W3Schools React Learn the basics of react js.
  • React Tutorial: Learn React in an interactive environment. Understand how React works not just how to build with React.
  • Scrimba React Learn React js with projects.
  • [Vite React] (https://vitejs.dev/guide/) A more efficent way to develop your projects in React

Repos (Collections of github repositories of best react learning resources)

React Video course(Free)

  • The Beginner's Guide to React: This course is for React newbies and anyone looking to build a solid foundation. It’s designed to teach you everything you need to start building web applications in React right away.
  • The Beginner's Guide to React: This course is for React newbies and anyone looking to build a solid foundation. It’s designed to teach you everything you need to start building web applications in React right away.
  • Sonny's Youtube channel: Learn React by building clones. Pro tip-Avoid putting these projects in your portfolio
  • FreeCodeCamp learn React: In this course, you'll learn how to create different React components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more.
  • FreeCodeCamp learn React: In this course, you'll learn React by means of 15 projects that you can follow along... plus useful tricks for coding and much more.

https://www.youtube.com/watch?v=a_7Z7C_JCyo

Articles

React Tutorial for Beginners(Free)

  • React Tutorial For Beginners: This react video is aimed for beginners, so if you have never worked with react before this will be a good start.
  • Full React Course 2020: This is one of my favourite videos, explaining React concepts by mean of useful examples....plus a handful of interesting trick for coding ;)

React for Beginners Handbook(Free Website)