Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional Components Full Support #963

Closed
miljan-aleksic opened this issue Sep 3, 2017 · 1 comment
Closed

Functional Components Full Support #963

miljan-aleksic opened this issue Sep 3, 2017 · 1 comment

Comments

@miljan-aleksic
Copy link

What problem does this feature solve?

Functional components are very adecuate solution in many situations but their syntax complexity is a entrance barier. JSX is good, but still doesn't solve as easily many situations where the template compiler shines.

I would like to know if this feature is at least considered as by issue #573 seems is not.

What does the proposed API look like?

Same as the current one.

@LinusBorg
Copy link
Member

It's actually being discussed here: vuejs/vue#3977, but hasn't made that much progress because it requires quite some work to take the differences and limitations of functional components into account when creating the render function from a template.

I will close this as the core repo is the right place to work in this, because the template compiler lives there, not in vue-loader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants