Hi !
One of the biggest imporvement of React Router 7 is the support for middlewares. Middlewares should allows moving the authenticate to a single middleware, hence removing the need to call authenticate on every loader. However it does not seem to be used in this template. Any reason why?
Thanks
Hi !
One of the biggest imporvement of React Router 7 is the support for middlewares. Middlewares should allows moving the
authenticateto a single middleware, hence removing the need to call authenticate on every loader. However it does not seem to be used in this template. Any reason why?Thanks