LoginSignup
192

More than 3 years have passed since last update.

posted at

updated at

Vue.js と Nuxt.js のライフサイクル早引きメモ

Vue.js

Lifecycle

lifecycle.png

Lifecycle, in case with SSR

Since there are no dynamic updates, of all the lifecycle hooks, only beforeCreate and created will be called during SSR. This means any code inside other lifecycle hooks such as beforeMount or mounted will only be executed on the client.

Nuxt.js

The big picture

Nuxt Lifecycle

間違いあれば、ご指摘頂けると助かります :pray:

Middlewares, the big picture

DeqXp7PUwAAvMIk.jpg

Lifecycle hooks, the big picture

DeDKSyuUwAARbq-.jpg

nuxt-schema.png

According to this diagram, the hooks happen in this order: nuxtServerInit, middleware, and then fetch and asyncData.

image.png

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
192