-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🗺 Make entry.server
and entry.client
files optional
#4845
Comments
mcansh
changed the title
🗺 Make
🗺 Make Dec 14, 2022
entry.server
, entry.client
, and root
files optionalentry.server
and entry.client
files optional
PR: #4600 |
@mjackson to review the PR |
j/k get trolled, @jacob-ebey to review |
j/k get trolled they'll review it this week. |
2 tasks
🤖 Hello there, We just published version Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quick thoughts:
We'll need an RFC with more details on this and probably don't want root to be optional.
Discussed in #4601
Originally posted by mcansh November 14, 2022
make
entry.server
andentry.client
files optional would allow for quicker demos and getting started from nothing easier without having to use the remix cli to bootstrap an entire app. just install the dependencies and make aapp/routes/index.tsx
file and you're done. plus most folks don't touch these files anyways so making them optional and not need to be on disk* is an added bonus (they'll still be on disk, but you know what i mean)by default it would look for the files and fallback to ones we have stored in
@remix-run/dev
, which would be copies from https://github.com/remix-run/remix/tree/main/templates/remixThe text was updated successfully, but these errors were encountered: