rsnext/packages/next/export
Jiachi Liu d25e246b50
Keep custom app as non server component (#37044)
We added custom _app as server component support in #33149, but we found it's pretty confusing on usage like support it both server component pages and regular pages at the same time for having similar layout purpose.
When using the _app.server and _app at the same time, applying them into proper places become more confusing.
In that case, we decide to make _app.js can't be a server component, and you can still keep all the existing thing there. And also you don't need to think of the corresponding APIs of custom _app in RSC

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Docs updated
2022-05-20 18:07:20 +00:00
..
index.ts Keep custom app as non server component (#37044) 2022-05-20 18:07:20 +00:00
worker.ts fix(#30300): force export 404.html (#36827) 2022-05-11 18:44:25 +00:00