Skip to content

Update the Navigation link #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

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 @@ -375,7 +375,7 @@ You can download the PDF and Epub version of this repository from the latest run
| 330 | [What is prop drilling?](#what-is-prop-drilling) |
| 331 | [What is state mutation and how to prevent it?](#what-is-state-mutation-and-how-to-prevent-it) |
| 332 | [What is the difference between useState and useRef hook?](#what-is-the-difference-between-usestate-and-useref-hook) |
| 333 | [What are the Differences Between Functional and Class Component in React](#what-are-the-differences-between-functional-and-class-component-in-react) |
| 333 | [What are the differences between Functional and Class Components ](#what-are-the-differences-between-functional-and-class-components) |

## Core React

Expand Down Expand Up @@ -6872,7 +6872,7 @@ const loadUser = async () => {

**[⬆ Back to Top](#table-of-contents)**

333. ### What are the Differences Between Functional and Class Component
333. ### What are the differences between Functional and Class Components?

## Class Component syntax

Expand Down