Skip to content

Commit e4fe4a2

Browse files
authored
1 parent 95e7ea4 commit e4fe4a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/pages/docs/api/fastfield.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: <FastField />
55

66
## Before we start
77

8-
`<FastField />` is meant for performance _optimization_. However, you really do not need to use it until you do. Only proceed if you are familiar with how React's [`shouldComponentUpdate()`](https://reactjs.org/docs-component.html#shouldcomponentupdate) works. You have been warned.
8+
`<FastField />` is meant for performance _optimization_. However, you really do not need to use it until you do. Only proceed if you are familiar with how React's [`shouldComponentUpdate()`](https://reactjs.org/docs/react-component.html#shouldcomponentupdate) works. You have been warned.
99

1010
**No. Seriously. Please review the following parts of the official React documentation before continuing**
1111

12-
- [React `shouldComponentUpdate()` Reference](https://reactjs.org/docs-component.html#shouldcomponentupdate)
12+
- [React `shouldComponentUpdate()` Reference](https://reactjs.org/docs/react-component.html#shouldcomponentupdate)
1313
- [`shouldComponentUpdate` in Action](https://reactjs.org/docs/optimizing-performance.html#shouldcomponentupdate-in-action)
1414

1515
## Overview

0 commit comments

Comments
 (0)