New user
im a react dev and i have read the vue docs and understand the vue syntax so can i directly start with Nuxtjs because im making a production project for my own startup, also when will nuxt v4 will release and what auth is good with nuxt?
2 Replies
Hi @James 2.0. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
As a React developer who has already familiarized yourself with Vue syntax, you can certainly start with Nuxt.js for your production project. Nuxt is built on top of Vue and provides additional features like server-side rendering, automatic code splitting, and a robust routing system Docs > Guide > Concepts > Vue.js Development (https://nuxt.com/docs/guide/concepts/vuejs-development). However, it's important to note that while your Vue knowledge will be very helpful, Nuxt has its own concepts and conventions that you'll need to learn.
Regarding Nuxt v4, the release date is currently not announced. According to the Docs > Getting-started > Upgrade (https://nuxt.com/docs/getting-started/upgrade#testing-nuxt-4), Nuxt 4 is scheduled for release in Q3 2024, but this is subject to change. The exact date depends on the proper testing of Nitro's major release in the community.
As for authentication in Nuxt, the knowledge sources provided don't contain specific information about recommended auth solutions. It would be best to check the official Nuxt documentation or community resources for up-to-date recommendations on authentication solutions that work well with Nuxt.
To get started with your project, you can follow the installation guide in the Docs > Getting-started > Installation (https://nuxt.com/docs/getting-started/installation) to set up a new Nuxt project. This will help you create a basic structure for your application, which you can then build upon using your Vue knowledge and Nuxt-specific features.
Remember that while you're working on a production project, it's crucial to stay updated with the latest stable version of Nuxt and follow best practices for production deployments.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@1308398299899756627> Kapa.ai is still learning and improving, please let me know how I did by reacting below.