Skip to content
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

Server breaks with anything that is not React #4

Open
ManoloTonto1 opened this issue Oct 7, 2023 · 1 comment
Open

Server breaks with anything that is not React #4

ManoloTonto1 opened this issue Oct 7, 2023 · 1 comment

Comments

@ManoloTonto1
Copy link

ManoloTonto1 commented Oct 7, 2023

Hey, i was just wondering. How would this work with other packages like react router dom or Mui or framer motion. Basically, anything within node_modules that is not react or taillwind

Let me know!!

edit

Tried using MUI but the server just never returns a response.

@ManoloTonto1 ManoloTonto1 changed the title Node_module support Server breaks with anything that is not React Oct 7, 2023
@natewong1313
Copy link
Owner

Looking in to this! For MUI specifically, its an issue with the way they handle server rendering (https://mui.com/material-ui/guides/server-rendering/) and I'll have to add support for that. As far as react router dom, the beauty of this plugin is that you can handle routing server side and you won't need that library to handle routing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants