Difference between Named and Anonymous Functional Component #10045
Unanswered
kongmoumou
asked this question in
Help/Questions
Replies: 1 comment
-
Just your stackblitz, only with https://devtools-next.vuejs.org/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why does the documentation distinguish between
Named Functional Component
andAnonymous Functional Component
? Are there any other behavioral differences besides the type declaration? However, when I inspect using devtool, it seems both componets from example areNamed Functional Component
. MaybeFunctional Component Declaration
&Functional Component Expression
is better?Demo ⬇️
Beta Was this translation helpful? Give feedback.
All reactions