Toggle server/client network calls for development? #7050
BryceBlankinship
started this conversation in
Proposals
Replies: 1 comment 1 reply
-
You can |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't even know if this is possible, but I just wish I could debug my network calls like I do in any other application, by using Chrome Devtools. Can't do that when the calls are made on the server (I get that its the whole point of Remix, but I wish there was a config option to disable this for testing then re-enable). It seems foolish to me to re-create the wheel in terms of devtooling when Chrome Devtools is the best at what it does. Perhaps I need to explore other ways of testing my APIs, and its not so much a Remix problem but a me problem lol
Beta Was this translation helpful? Give feedback.
All reactions