-
Notifications
You must be signed in to change notification settings - Fork 994
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(Delete this help paragraph when you're done.) Thanks for writing a changeset! Here's a place to start. | ||
Don't edit the title, but in editing the body, try to explain what this PR means for Redwood users. | ||
The more detail the better. E.g., is it a new feature? How do they use it? Code examples go a long way! | ||
|
||
- feat(rsc): dev server (#11684) by @Tobbe | ||
|
||
✅ Adds support for running `yarn rw dev` with RSC projects | ||
✅ Adds support for fast-refresh for client components | ||
❌ Adds support for HMR for server components |