nuxt-multi-cache
nuxt-multi-cache copied to clipboard
Use `useEvent` for server composables
Once the experimental asyncContext feature from Nuxt/Nitro is available by default we can significantly improve DX by removing the need to pass the H3Event to all composables when they are called from within server code (event handlers, plugins, etc.).