Remix loaders are middlewares?
I'm learning Remix and I had this question about how it works... is the remix loaders like "middlewares"?
The browser hits the server with GET request, the server process the JSX Page and instead of returning this directly, it runs the page loader before, and "injects" the result in the HTML page.
Is that correct?
Also, are actions just a server procedure that I write in the page level and Remix binds it to the page POST submit?
0 Replies