You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docs/example does not match up to the current default entry.server.{js|tsx} file so we're not sure how to implement in the latest code. Seems like a lot of juice-goodness in the new code we don't want to loose by just replacing that file with the example code.
Going to try my hand at figuring it out, but would love if someone who knows how to get it to work with the full default code could provide an update here. I'm happy to put a PR in, but just need to know how to get it to work.
The current docs/example does not match up to the current default
entry.server.{js|tsx}
file so we're not sure how to implement in the latest code. Seems like a lot of juice-goodness in the new code we don't want to loose by just replacing that file with the example code.Going to try my hand at figuring it out, but would love if someone who knows how to get it to work with the full default code could provide an update here. I'm happy to put a PR in, but just need to know how to get it to work.
Current example
entry.server
https://github.com/remix-run/examples/blob/main/styled-components/app/entry.server.tsx#L1-L29
Current default
entry.server
https://github.com/remix-run/remix/blob/main/templates/remix/app/entry.server.tsx#L1-L111
The text was updated successfully, but these errors were encountered: