Skip to content

Commit

Permalink
docs: remove focus on reqSsrRef
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 11, 2021
1 parent bb2cd3f commit a019e77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/content/en/getting-started/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,3 @@ export default useMyFeature
If you are declaring refs in the global state of your application - such as within plugins or in state/store files (for example, as a replacement for Vuex) - you should be aware that these refs are persisted across requests when your site is in production mode.

You should take especial care with declaring refs in this way.

<alert type="info">

If you do need to reinitialise a ref on each request, you can use [the `reqRef` helper](/helpers/reqRef).

</alert>

1 comment on commit a019e77

@vercel
Copy link

@vercel vercel bot commented on a019e77 Feb 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.