React | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

React

I felt somewhat difficulty in learning react....I'm so confused..suggest me a better way to avoid the confusion...

30th Jul 2020, 12:17 PM
Mustafha Ahmad
Mustafha Ahmad - avatar
7 Answers
+ 2
Mustafha Ahmad ik, i asked that myself, im currently making a recipes website and ik it would have been easier for me to make it with javascript, but as im making it with react, its getting really organized, every section is a different component. It is 99% impossible to make whole facebook with every functionality and 0 bugs using vanilla javascript coz there are literally a 10000 things working at the same time.
30th Jul 2020, 1:24 PM
maf
maf - avatar
+ 2
Mustafha Ahmad To learn react well, at least not confusingly, there is prerequisite you need to know, you should be knowing well about es6 codes, especially on arrow function, destructuring object, spread, rest operators, array methods like map, filter and reduce. If you do not understand what the above-mentioned, you are not ready to learn react, because react uses a lot of these es6 on state management.
31st Jul 2020, 2:20 AM
Calviղ
Calviղ - avatar
+ 1
Which parts confuse you? Ask questions from Q&A, we can clear your confusion.
30th Jul 2020, 12:49 PM
Calviղ
Calviղ - avatar
+ 1
Mustafha Ahmad bruh trust me, happened the same with me. The Net Ninja solved it completely, watch the tutorials that Gordon told.
30th Jul 2020, 1:05 PM
maf
maf - avatar
+ 1
Thank you all... maf But what's the use of learning it though javascript is there..
30th Jul 2020, 1:20 PM
Mustafha Ahmad
Mustafha Ahmad - avatar
+ 1
Try some mini projects using JavaScript first
30th Jul 2020, 1:30 PM
Gordon
Gordon - avatar