rsnext/test/e2e/middleware-custom-matchers-basepath/app
JJ Kasper fdacca8abc
Add initial separated route resolving (#47208)
This updates to have a separate routing process and separate rendering
processes for `pages` and `app` so that we can properly isolate the two
since they rely on different react versions.

Besides allowing the above mentioned isolation this also helps us
control recovering from process crashes easier as pieces are more
isolated from one another e.g. an infinite loop during rendering will no
longer block the compiler and can be stopped/restarted as needed.

In follow-up PRs we will continue to separate out the routing logic from
the rendering logic so that each process only loads what is relevant to
it helping simplify the flow for requests regardless of type.

---------

Co-authored-by: Shu Ding <g@shud.in>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-04-02 15:17:15 +02:00
..
pages Add initial separated route resolving (#47208) 2023-04-02 15:17:15 +02:00
middleware.js feat(next): Support has match and locale option on middleware config (#39257) 2022-08-31 11:23:30 -05:00
next.config.js feat(next): Support has match and locale option on middleware config (#39257) 2022-08-31 11:23:30 -05:00