Skip to content

Commit

Permalink
Docs: Clarify that fast refresh is a React feature (vercel#67668)
Browse files Browse the repository at this point in the history
Closes:
[DOC-3052](https://linear.app/vercel/issue/DOC-3052/clarify-that-fast-refresh-is-a-react-feature)

---------

Co-authored-by: Hendrik Liebau <[email protected]>
Co-authored-by: Zack Tanner <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 25c41c3 commit 720c221
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/04-architecture/fast-refresh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ title: Fast Refresh
description: Fast Refresh is a hot module reloading experience that gives you instantaneous feedback on edits made to your React components.
---

Fast Refresh is a Next.js feature that gives you instantaneous feedback on
edits made to your React components. Fast Refresh is enabled by default in all
Next.js applications on **9.4 or newer**. With Next.js Fast Refresh enabled,
most edits should be visible within a second, **without losing component
state**.
Fast refresh is a React feature integrated into Next.js that allows you live reload the browser page while maintaining temporary client-side state when you save changes to a file. It's enabled by default in all Next.js applications on **9.4 or newer**. With Fast Refresh enabled, most edits should be visible within a second.

## How It Works

Expand Down

0 comments on commit 720c221

Please sign in to comment.