A Beginners Guide to React Introduction

Share this video with your friends

Send Tweet

Welcome to The Beginner’s Guide to React! I’m happy you’re here. I recommend that you watch all of these videos through once without touching the keyboard. Just take notes. Then you can watch them a second time and follow along and change/break the code and review the bits that you need. I’ll show you how I get things up and running, but feel free to copy/paste the code to an environment where you feel comfortable.

Yariv
Yariv
~ 4 years ago

hi Is this a good place to ask questions, or is there another channel somewhere?

Kent C. Dodds
Kent C. Dodds(instructor)
~ 4 years ago

A great community to engage in is: https://www.reactiflux.com/

srinivasaraogurram
srinivasaraogurram
~ 2 years ago

Hi Kent, I request to egghead to add the links for the github source code as link as part of the transcript; the will help many folks like me who are beginners to reactjs https://github.com/kentcdodds/beginners-guide-to-react

srinivasaraogurram
srinivasaraogurram
~ 2 years ago

https://github.com/kentcdodds/beginners-guide-to-react

srinivasaraogurram
srinivasaraogurram
~ 2 years ago

npx browser-sync start --server --files "./*.html" --no-open --no-notify --directory

srinivasaraogurram
srinivasaraogurram
~ 2 years ago

In my case it is showing following message; and running on port 3001; [Browsersync] Access URLs:

   Local: http://localhost:3001
External: http://192.168.1.68:3001

      UI: http://localhost:3002

UI External: http://localhost:3002

[Browsersync] Serving files from: ./ [Browsersync] Watching files...