Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.54 KB

React.md

File metadata and controls

22 lines (13 loc) · 1.54 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.

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

-Awesome React: A collection of awesome things regarding React ecosystem. -React Developer Roadmap: Comprehensive roadmap chart for becoming a React developer.

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.

Articles

-Setting up React Redux App For Production: Setting up React Redux application for production and hosting in AWS EC2.

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.