Single Choice
Not Set
QReact is mainly for building _____________.
ID: #4315
ReactJS - Basic
522 views
Question Info
#4315Q ID
Not SetDifficulty
ReactJS - Basic Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
React is mainly for building User interfaces.
Need of React
Why ReactJS?
- Faster and better, thanks to Virtual DOM.
- Can be used on both Client side and server side. - If your app is more of dynamic data, you can go with client side scripting where you need not request the DOM for every change. - Static page can be rendered using server side scripts. - A good mixture of both helps maintain the page safe and efficient.
- Helps to maintain the readability of apps using components which is discussed later. - Can easily update the state by refering the components.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic