rsnext/test/integration/react-streaming-and-server-components
Jiachi Liu 60ad1dee76
Make router able to navigate between rsc pages (#35344)
### Bugfix
Made some changes for the data register buffer flushing in #34631 and #34475 that tried to delete the buffer or flush them only once. But turns out it will break the navigation between RSC pages.


### Enhancements
Simplify the inline response writer and inline response data for the initial render. Since they're only for the initial render, navigations will leverage the serialized data fetched from router and construct the react tree.


## Bug

Fixes #35135

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Errors have helpful link attached, see `contributing.md`
2022-03-16 22:04:34 +00:00
..
app Make router able to navigate between rsc pages (#35344) 2022-03-16 22:04:34 +00:00
switchable-runtime Make concurrent features independent from the global runtime option (#35245) 2022-03-16 12:11:57 +00:00
test Make router able to navigate between rsc pages (#35344) 2022-03-16 22:04:34 +00:00
unsupported-native-module Make concurrent features independent from the global runtime option (#35245) 2022-03-16 12:11:57 +00:00