Mastering Nuxt (@masteringnuxt) 's Twitter Profile
Mastering Nuxt

@masteringnuxt

Learn how to develop and deploy fast, production-ready Nuxt apps.

Courses developed in collaboration with @Nuxt_js

Powered by @Bitter_Brains

ID: 1309155665861062656

linkhttp://masteringnuxt.com calendar_today24-09-2020 15:40:24

1,1K Tweet

6,6K Takipçi

36 Takip Edilen

Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

Did you know that both middleware and server routes in Nuxt use `defineEventHandler`, but middleware always runs before the route handler itself? The main difference is that middleware is executed on every request, providing a way to apply logic globally across your server.

Did you know that both middleware and server routes in <a href="/nuxt_js/">Nuxt</a> use `defineEventHandler`, but middleware always runs before the route handler itself?

The main difference is that middleware is executed on every request, providing a way to apply logic globally across your server.