-
Notifications
You must be signed in to change notification settings - Fork 5
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
Review Vue 3.0 Composition Functions, Report back to team #909
Comments
Vuejs Composition Functions: |
Currently reading through documentation on the new Vue Composition API: Composition API plugin we can experiment with: https://github.com/vuejs/composition-api/ Examples:
Here's the most recent RFC's (request for comments) And here's an older one along with it's documentation Useful Video and Articles: |
Going to experiment with the composition api by installing the plugin and modifying a few components to use this new syntax and see how it goes. |
Modified tripDetails page in ashop to use composition style and it's working successfully. Here's working PR #918. Still figuring out how things will work with state, but so far mostly working. This is how they plan to implement state or how it's working so far vuejs/composition-api#8 |
quick presentation for team: https://docs.google.com/presentation/d/18issdqbG5Dg-DlH0-d1FyuIFeqeGZ1aC7YgR45ZJcQ8/edit?usp=sharing |
We want to make a decision as to our future development approach within Vue:
Please review and make a recommendation at our next team meeting
The text was updated successfully, but these errors were encountered: