Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Hide/Show table of contents

5. ### What is the difference between Element and Component?

An _Element_ is a plain object describing what you want to appear on the screen in terms of the DOM nodes or other components. _Elements_ can contain other _Elements_ in their props. Creating a React element is cheap. Once an element is created, it cannot be mutated.
An _Element_ is a plain object that describes what you want to appear on the screen in terms of the DOM nodes or other components. _Elements_ can contain other _Elements_ in their props. Creating a React _Element_ is inexpensive. Once an _Element_ is created, it cannot be mutated.

The JavaScript representation(Without JSX) of React Element would be as follows:

Expand Down Expand Up @@ -8171,4 +8171,4 @@ The questions provided in this repository are the summary of frequently asked qu

Good luck with your interview 😊

---
---