Can react-router framework generate SPA + backend ? #10329
-
is there way to let react-router framework generate SPA frontend code and also backend code to handle clientActions, clientLoaders, loaders |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Dec 13, 2024
Replies: 1 comment
-
If you use SPA mode then RR doesn't generate any server-code, you will have to build the backend separately. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sergiodxa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use SPA mode then RR doesn't generate any server-code, you will have to build the backend separately.