Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.69 KB

React.md

File metadata and controls

34 lines (19 loc) · 2.69 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.

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.
    -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.

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.

-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.

React for Beginners Handbook(Free Website)

-React Handbook for Beginners - freeCodeCamp: This is a freeCodeCamp website that is designed to be like a beginner's handbook to learning the basics of React.