Web / ReactJS Interview questions
Advantages of using ReactJS.
React helps design simple declarative views for each state in your application.
Encapsulated components.
Dynamic properties & state .
Increases the application's performance by using Virtual DOM.
Completely independent of the rest of the application.
Can render on the client or the server.
JSX makes easy coding and ensure high code readability.
More Related questions...