Which area of programming is React used? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which area of programming is React used?

13th Aug 2019, 7:56 PM
CHRISTOPHER MADUABUCHUKWU MARTINS
CHRISTOPHER MADUABUCHUKWU MARTINS - avatar
5 Answers
+ 7
I have just learned React its a framework that forces you think in terms of components which is a intensive use of ES6 Javascscript classes. Very object orientated approach. Get ready to use alot of render function to display content and state (think properties of the component) management. So the way its design it is very "app like" Tell me if I'am right or wrong.
13th Aug 2019, 11:46 PM
SpaceJam♨
SpaceJam♨ - avatar
+ 5
Mostly in web development.
14th Aug 2019, 1:50 AM
Sonic
Sonic - avatar
+ 1
Sorry Ole113 I think I'm meant to say JavaScript not Java. My bad. Typo ):
13th Aug 2019, 10:09 PM
Jella
Jella - avatar
+ 1
When you think react you dont think java Jane Delphine , i didnt even know they had a java versions. React.js is used to make web applications while react native is used to make mobile apps. All good👍
13th Aug 2019, 10:49 PM
Ole113
Ole113 - avatar
+ 1
React is used for building User interfaces for web applications .
15th Aug 2019, 2:11 AM
Vishnu
Vishnu - avatar