Skip to content

Commit c0af525

Browse files
update README.md to include mention what this package is not
1 parent fd0360a commit c0af525

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ With HMR, it’s more like clear roads ahead. Changes are applied instantly. Beh
1414

1515
With HMR, you can see the changes immediately. Under the hood, code reruns on-demand. Imagine a dependency graph of your code. When you change a file, HMR will rerun the affected parts of the graph, from deep to shallow, until the entry file is reached.
1616

17+
> [!CAUTION]
18+
>
19+
> ## What this package is not?
20+
>
21+
> `hmr` are sometimes refer to a feature that updates the page in the browser on the client side when the server code changes. This is not that. This package is a server-side HMR, that reloads the server code when it changes.
22+
1723
## Usage
1824

1925
```sh

0 commit comments

Comments
 (0)