Skip to content

Commit

Permalink
Merge pull request jaredpalmer#2976 from BrokenWood/patch-1
Browse files Browse the repository at this point in the history
doc: restore correct URL for react doc
  • Loading branch information
jaredpalmer authored Dec 22, 2020
2 parents 95e7ea4 + e4fe4a2 commit 5e65ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/docs/api/fastfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ title: <FastField />

## Before we start

`<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.
`<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.

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

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

## Overview
Expand Down

0 comments on commit 5e65ab6

Please sign in to comment.