Build a Full Stack Apple Notes Web App with Auth & Nuxt 3
In this video, you'll learn how to build your own version of Apple Notes with Nuxt. - https://www.youtube.com/watch?v=JTAo08f74GA
#vue
  
  In this video, you'll learn how to build your own version of Apple Notes with Nuxt. - https://www.youtube.com/watch?v=JTAo08f74GA
#vue
YouTube
  
  Build a Full Stack Apple Notes Web App with Auth & Nuxt 3
  The first 500 people to use my link https://skl.sh/chriscourses11241 will get a 1 month free trial of Skillshare premium!
Figma File: https://www.figma.com/design/uFsk0a2s9SIOGaTU8o5MUy/NoteNest
GitHub Source Code: https://github.com/chriscourses/notenest…
Figma File: https://www.figma.com/design/uFsk0a2s9SIOGaTU8o5MUy/NoteNest
GitHub Source Code: https://github.com/chriscourses/notenest…
👍1🔥1
  Nuxt Server Routes: Build a Full-Stack App with Zero Backend
In this article, you'll dive into what Nuxt server routes are.
Learn why they feel magical, and how to build a simple full-stack app that talks directly to a database — no separate server needed. - https://dev.to/jacobandrewsky/nuxt-server-routes-build-a-full-stack-app-with-zero-backend-bp9
#vue
  
  In this article, you'll dive into what Nuxt server routes are.
Learn why they feel magical, and how to build a simple full-stack app that talks directly to a database — no separate server needed. - https://dev.to/jacobandrewsky/nuxt-server-routes-build-a-full-stack-app-with-zero-backend-bp9
#vue
DEV Community
  
  Nuxt Server Routes: Build a Full-Stack App with Zero Backend
  When people hear "full-stack," they usually think of a separate frontend and backend applications....
❤1👍1
  How to Use Pinia for State Management in Vue
In this article, you’ll learn how to use Pinia to manage application state in a Vue 3 project — from installation to real-world usage. - https://dev.to/jacobandrewsky/how-to-use-pinia-for-state-management-in-vue-535
#vue
  
  In this article, you’ll learn how to use Pinia to manage application state in a Vue 3 project — from installation to real-world usage. - https://dev.to/jacobandrewsky/how-to-use-pinia-for-state-management-in-vue-535
#vue
DEV Community
  
  How to Use Pinia for State Management in Vue
  State management is a critical part of building modern front-end applications. If you've worked with...
❤3👍1
  Vue.js: Propagating Props Like a Pro
Probably the cleanest way to forward base props from a wrapper component in Vue. - https://hackernoon.com/vuejs-propagating-props-like-a-pro
#vue
  
  Probably the cleanest way to forward base props from a wrapper component in Vue. - https://hackernoon.com/vuejs-propagating-props-like-a-pro
#vue
Hackernoon
  
  Vue.js: Propagating Props Like a Pro
  Probably the cleanest way to forward base props from a wrapper component in Vue.js
❤3👍1
  Handling internationalisation (i18n) in Vue
This article introduces you to the topic of i18n and show you how you can achieve that in both Vue and Nuxt frameworks. - https://dev.to/jacobandrewsky/handling-internalisation-i18n-in-vue-2nof
#vue
  
  This article introduces you to the topic of i18n and show you how you can achieve that in both Vue and Nuxt frameworks. - https://dev.to/jacobandrewsky/handling-internalisation-i18n-in-vue-2nof
#vue
DEV Community
  
  Handling internationalisation (I18N) in Vue
  I always struggled with implementing support for internationalisation in my Vue and Nuxt apps. The...
❤1👍1
  Building charts in Vue with D3
In this guide, you’ll explore how to combine Vue and D3 to build dynamic, interactive charts. - https://dev.to/jacobandrewsky/building-charts-in-vue-with-d3-38gl
#vue
  
  In this guide, you’ll explore how to combine Vue and D3 to build dynamic, interactive charts. - https://dev.to/jacobandrewsky/building-charts-in-vue-with-d3-38gl
#vue
DEV Community
  
  Building charts in Vue with D3
  Creating data visualizations in modern web apps often requires both flexibility and reactivity....
❤2👍1
  How Vue.js Developers Can Use AI Coding Agents to Build Faster
This article explores how Vue developers can harness AI coding agents to supercharge their productivity, using practical examples with Vue and Nuxt. - https://vueschool.io/articles/vuejs-tutorials/how-vue-js-developers-can-use-ai-coding-agents-to-build-faster/
#vue
  
  This article explores how Vue developers can harness AI coding agents to supercharge their productivity, using practical examples with Vue and Nuxt. - https://vueschool.io/articles/vuejs-tutorials/how-vue-js-developers-can-use-ai-coding-agents-to-build-faster/
#vue
vueschool.io
  
  How Vue.js Developers Can Use AI Coding Agents to Build Faster - Vue School Articles
  Discover how Vue.js developers can use AI coding agents to streamline workflows, with Vue & Nuxt examples
❤2👍2
  Nuxt’s Data Layer Has Been Rewritten: 5 New Features You Need to Know
Discover the completely rewritten data fetching layer in Nuxt 3.17 featuring reactive keys, deduped watch calls, shared refs, granular caching, and improved developer experience.
Learn how these performance enhancements make useAsyncData more powerful for your Vue applications. - https://masteringnuxt.com/blog/nuxts-data-layer-has-been-rewritten-5-new-features-you-need-to-know
#vue
  
  Discover the completely rewritten data fetching layer in Nuxt 3.17 featuring reactive keys, deduped watch calls, shared refs, granular caching, and improved developer experience.
Learn how these performance enhancements make useAsyncData more powerful for your Vue applications. - https://masteringnuxt.com/blog/nuxts-data-layer-has-been-rewritten-5-new-features-you-need-to-know
#vue
Masteringnuxt
  
  Nuxt’s Data Layer Has Been Rewritten: 5 New Features You Need to Know
  Discover the completely rewritten data fetching layer in Nuxt 3.17 featuring reactive keys, deduped watch calls, shared refs, granular caching, and improved developer experience. Learn how these performance enhancements make useAsyncData more powerful for…
❤2👍1
  How to access DOM elements with useTemplateRef
The useTemplateRef composable is a much better way to access DOM elements than the old way with refs.
Here's how to use it. - https://michaelnthiessen.com/how-to-access-dom-elements-with-usetemplateref
#vue
  
  The useTemplateRef composable is a much better way to access DOM elements than the old way with refs.
Here's how to use it. - https://michaelnthiessen.com/how-to-access-dom-elements-with-usetemplateref
#vue
Michaelnthiessen
  
  How to access DOM elements with useTemplateRef
  The useTemplateRef composable is a much better way to access DOM elements than the old way with refs. Here's how to use it.
❤3
  Render functions in Vue
In this article, you'll explore what render functions are, when to use them, and how to write them using both the traditional h() function and the newer JSX syntax. - https://dev.to/jacobandrewsky/render-functions-in-vue-4a2g
#vue
  
  In this article, you'll explore what render functions are, when to use them, and how to write them using both the traditional h() function and the newer JSX syntax. - https://dev.to/jacobandrewsky/render-functions-in-vue-4a2g
#vue
DEV Community
  
  Render functions in Vue
  While templates are the go-to method for building components in Vue, there are times when you need...
👍2❤1