React Interview Questions
1. What are the main features of React?
Answer:
Component-Based Architecture: Breaks UI into reusable, self-contained components.
Virtual DOM: Minimizes DOM manipulation by updating only the changed parts.
Unidirectional Data Flow: Data flows in ...
babajankhan.hashnode.dev9 min read