taniarascia / comments

Comments
7 stars 0 forks source link

getting-started-with-react/ #7

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

React Tutorial: An Overview and Walkthrough | Tania Rascia

I've been hearing about React since I first started learning JavaScript, but I'll admit I took one look at it and it scared me. I saw what…

https://www.taniarascia.com/getting-started-with-react/

Unilsis commented 2 years ago

Gratidão por este ótimo resumo, ajudou-me bastante a compreender melhor o React

git11hub commented 2 years ago

Good tutorial. Thank you.

projetosdoelias commented 2 years ago

Hello from Brazil. That tutorial was just Amazing! A great opportunity to practice after I read the docs, it helped a lot to understand the main concepts!! Thank you so much!

saanvi-ts commented 2 years ago

Great tutorial. Thanks a lot for sharing such brief tutorial. As it is about ReactJS, I would like to suggest using the React Admin Templates.

Admin templates are extremely useful for developing professional responsive web apps. Thus, it is highly recommended to use them.

ZhangDongling commented 2 years ago

Awesome tutorial !
It gives me a good start in learning React.
Thank you very much !

davy440 commented 2 years ago

Awesome tutorial! Really got a starting point in learning React. Thanks a lot!

subhanmaulana1981 commented 2 years ago

Love it!

Rankshow commented 2 years ago

How will I get my localhost:3000 back to my web browser?

Rankshow commented 2 years ago

Because didn't see React logo displaying on my browser rather I saw only the logo and I was very annoy...

bradando4130 commented 2 years ago

Thanks for this! This complements the official docs beautifully.

andreamboni commented 2 years ago

This tutorial is AMAZING! Thanks for taking the time for putting it together and for sharing it.

ashikbarua commented 2 years ago

Thanks for writing this amazing tutorial! This is greatly helpful.

fondateurhacksky commented 2 years ago

Mercie Beaucoup ca ma beaucoup aider

yordy66 commented 2 years ago

Thank you!

iu-sumon commented 2 years ago

Thanks a lot.

nieGX commented 1 year ago

Thanks for help!!!

jasonrongdevelop commented 1 year ago

Appreciate for your artical, it's a great tutorial, thanks for this

tgao519 commented 1 year ago

Keep index.js from create-react-app since React v18 using root render now. ReactDOM render may not works. Thanks

nirmal98kumar commented 1 year ago

what is the use of arrow function in () => props.removeCharacter(index) in Table.js

{row.name} {row.job}
abdulbasit7886 commented 1 year ago

Amazing document thank for sharing your experience

CristianoSword commented 1 year ago

Thanks for tutorial :)

sal-isal commented 1 year ago

this tutorial is lit 🔥

sirneeraj commented 1 year ago

Great content. React is awsome.

jboynton commented 1 year ago

Great tutorial, Tania - thanks!

mihir1729 commented 1 year ago

Really useful and basic information here. I have been rejected at the very last stages of interview because of weak basics. Your blogs are turning out to be helpful. Signed up for the newsletter as well!

sldeskins commented 1 year ago

Thank-you Tania. This was a very nice exercise.

liuxiaoyou1 commented 1 year ago

Thanks for writing this amazing tutorial! :-)

victormaoya commented 1 year ago

Concise. Perfect. Thank you.

ShevchenkoOl commented 1 year ago

Hello, thank you for you article! So, I made the phonebook like your example, but my form not was cleaned after submit. Could you please help me, show where I made mistake? Thank you in advance! https://github.com/ShevchenkoOl/DZ_2_React_Phonebook.git

IOLOII commented 1 year ago

Nice helpful

siddhesh-k commented 1 year ago

Thank you for this amazing tutorial.

Whoami12555 commented 1 year ago

Can you help me, please? When I run npm run build in my project folder, it gives me an error with missing script: "build". What should I do?

nieGX commented 1 year ago

Hi,friends     First, you should check "package.json" file in your project root directory;     Second,you find property "scripts" in "package.json", "scripts"  include all project command, So "build" in here?     last, "scripts" in "package.json"  like that:

Mr.张益达 @.***

 

------------------ 原始邮件 ------------------ 发件人: "taniarascia/comments" @.>; 发送时间: 2023年7月20日(星期四) 凌晨4:55 @.>; @.**@.>; 主题: Re: [taniarascia/comments] getting-started-with-react/ (#7)

Can you help me, please? When I run npm run build in my project folder, it gives me an error with missing script: "build". What should I do?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Whoami12555 commented 1 year ago

Hi! Thank you for your reply. "Scripts" property wasn't there, so I needed to write it into my package.json and do a toml configuration file for Netlify

ashman98 commented 1 year ago

hiiii