Getting started with React with Create React App

preview_player
Показать описание


If you’re a Javascript developer, you probably heard of ReactJS by Facebook, there’s also a large chance of you experiencing javascript fatigue. To combat this disease, Facebook released the “Create React App” tool to create a simplified “boilerplate” to help users get started with ReactJS.

FOLLOW US:
Don't forget to subscribe! Really appreciate it!

Рекомендации по теме
Комментарии
Автор

I wish I have fund your video earlier. It would have save me couple hours of my life on figuring out how to start a React App. I'm amazed the process hasn't changed after three years. Thank you very much!

shangshi
Автор

Heard about Create React App when it launched, but this video was a great walkthrough. Thanks!

elpoetaIII
Автор

Thanks so much! This is just what I needed to get started.

Chmelewsky
Автор

Didn't know about React-Bootstrap. Thanks for the info!

ErichCervantez
Автор

Very informative for the beginners. Thank you

ahmad_hamza
Автор

Unable to initialize the process got stuck at,
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

nitinmodi
Автор

really nice and simple video! thanks buddy

za_izhar
Автор

where are you getting the bootstrap stuff to import in index.js and App.js? the import lines.

alicewilliams
Автор

Hello, i got a problem running the project, after writting npm start, the localhost open in the port 3000, but it doesn't display anything, it only say that i need to check the proxy or the firewall.

¿How can i solve this problem?

PD. Sorry if my english is not good enough but it is not my mother lenguage.

emiliohernandez
Автор

after create-react-app the command line is not working ?

vikyvivek
Автор

why does my app.js not have the class App ? it has function App

freehumanjen
Автор

Thanks a lot! Very useful for beginners!

LigalShturman
Автор

pls u said save but I don't know how to save after any modification like what do I click

ocity
Автор

Thank you so much. I find a lot of udemy video is out dated, you are using the latest one create-react-app. Thank you !

eddie_yuanshen
Автор

Hi ! On 6:45, when you were in index.js file, where do you took a bootstrap specifications two lines of code for import ?
Thanks in advance !

Hacking-NASSA-with-HTML
Автор

This tutorial is very helpful. But, it was made in 2016, so many things have changed now and if you follow step by step, you may stuck a few times, so online troubleshooting is also required to run this tutorial illustrations successfully.

khusanbekgafurov
Автор

Mine says that "deleting generated file

christiangange
Автор

I enjoyed this video as I am trying to learn React atm.

kitchensinkcooking
Автор

Is your node_modules folder also over 90 MB ? ;)
Thanks for the tutorial by the way

yulozano
Автор

Hi @Pentacode: i have a quuestion? Why create-react-app always require import React in each Component. When i use "import {Component} from "react", my app can't run

annguyen