fix(ssr-react): remove context from render#276
Conversation
context from rendercontext from render
|
Thanks for fixing this. The playground are mostly here for testing purpose and not for example. |
|
Excuse me, I'm experiencing an issue with CSS not loading when using lazy loading. The manifest contains mappings of module IDs to their associated chunks and asset files. I did't find |
|
@thxl2010 Can you create a issue to elaborate your setup in detail? |
|
Here is my question #356 react-router/examples/ssr-data-router: https://github.com/remix-run/react-router/blob/4b1f73f3dc5af23a378554ae708105549c8ff82a/examples/ssr-data-router/src/entry.server.tsx#L11 The Vue code I referenced https://github.com/vitejs/vite-plugin-vue/blob/37c9073fb15cf932ee138b0b919c4265cca5fa40/playground/ssr-vue/src/entry-server.js#L22 |
Description
closes #227
The example seems not to be using "Data Router". In that case, we only provide
locationwithoutcontextto<StaticRouter />. Therefore, I just removedcontextout of the files regarding it.If it needs an example with "Data Router", I can add one. However, since
react-routerusesvite, I don't think the example won't be so much different than thereact-routerone.So the bottom line is:
react-router's repositoryAdditional context
I would like to add some tests around RSC, however because
react-routeronly supportloaderpattern ofremix, not the RSC, it won't be easy.What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123).