+ 2
Which area of programming is React used?
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.
+ 5
Mostly in web development.
+ 1
Sorry Ole113 I think I'm meant to say JavaScript not Java. My bad.
Typo ):
+ 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đ
+ 1
React is used for building User interfaces for web applications .