Plans for @nuxtjs/composition-api
#585
Replies: 8 comments 9 replies
-
I tried to upgrade to Nuxt Bridge recently and it broke compatibility on IE 11 because of syntax errors.
I tried adding |
Beta Was this translation helpful? Give feedback.
-
I've been trying to use nuxt bridge and would like to. However, it's been challenging to get it to work with storybook and tailwind (which are not supported based on the nuxt module list). When these modules play nice with nuxt bridge, I will be very happy to migrate. |
Beta Was this translation helpful? Give feedback.
-
I've just tried to upgrade v-mapbox which now requires Composition API. Nuxt Bridge does not work with it, @nuxtjs/composition-api does. |
Beta Was this translation helpful? Give feedback.
-
Is there a reason why useStatic is not in nuxt-bridge? Will there be something similar in nuxt3 (for static sites)? I use it quite often in my nuxt page. |
Beta Was this translation helpful? Give feedback.
-
We've been periodically trying and re-trying Nuxt bridge upgrades over on WordPress/openverse-frontend to no avail. WordPress/openverse-frontend#1292 Currently It's incredibly difficult to debug the Nuxt build chain as it is. Having to manage massive numbers of changes (removing tons of imports because it's not possible to disable auto-imports, changing various imports, etc) makes it feel impossible to achieve this upgrade. Are there examples of large-ish Nuxt applications that have successfully been upgraded from |
Beta Was this translation helpful? Give feedback.
-
With Vue 2 EOL on the horizon, what are the plans on making Nuxt 2 to Nuxt 3 transition easier? We encounter very similar issues to @sarayourfriend with our periodic attempts to update to Nuxt Bridge on relatively simple, but large application. The nuxt build chain is seemingly impossible to debug with criptic errors, that come from inside the bridge package itself, examples in spoiler. I am not looking for help with particular errors, but rather an upgrade path for Nuxt 2 projects that can not be easily rewritten from scratch. Maybe a migration guide to Vue 2.7 and a recommendation to stick with Vue 2 even after EOL is a viable strategy? Ping for visibility: @danielroe |
Beta Was this translation helpful? Give feedback.
-
https://nuxt.com/docs/getting-started/bridge |
Beta Was this translation helpful? Give feedback.
-
Nuxt Bridge does not support definePageMeta Hello everyone, I've been considering transitioning from Nuxt 2 to Nuxt 3 using Nuxt Bridge. |
Beta Was this translation helpful? Give feedback.
-
Nuxt Bridge
With the beta release of Nuxt Bridge, we're looking to implement first-class Composition API within the core Nuxt libraries, as well as make available other enhancements from Nuxt 3.
Read more about Nuxt Bridge.
Migrating to Bridge
For that reason, we're currently recommending that users migrate from
@nuxtjs/composition-api
to Nuxt Bridge.To start, follow the Nuxt Bridge migration guide. There is also a guide written specifically for
@nuxtjs/composition-api
which will provide details on how to migrate your existing composables to Nuxt Bridge.You can hugely help us out as part of this process.
Roadmap
@nuxtjs/composition-api
Comparison table
<script setup>
syntaxBeta Was this translation helpful? Give feedback.
All reactions