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
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.
The text was updated successfully, but these errors were encountered:
ManoloTonto1
changed the title
Node_module support
Server breaks with anything that is not React
Oct 7, 2023
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.
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.
The text was updated successfully, but these errors were encountered: