Understanding the Use of Http.router* in Web Development
This is going to be a dumb question but what is Http.router* used for? How does one use it and wire it up? I got this far:
Once you have a Route (
More info (maybe unrelated)
I came across it as I was in need of parsing search params. I currently use
Once you have a Route (
LoginRoute), what do you do with it?More info (maybe unrelated)
I came across it as I was in need of parsing search params. I currently use
Http.app.toWebHandler in my app but am wondering if I could instead create a better api which isn't tied to Remix and instead create a bunch of routes which my Remix app could interop with.