Vue 3.5 was released, and it includes many exciting features. My highlights are lazy hydration, useTemplateRef, and useId. Nuxt released v3.13.1 which includes Vue 3.5 and experimental build cache support. I love this community 💚
Last week, I also found time to work on CodeSnap.dev and added some new templates. I'm taking this issue to promote these new templates. There's no more excuse to use another tool to share code snippets of your Vue code 😜.
👉🏻 "While v-model remains useful for basic scenarios, defineModel offers a cleaner and more concise approach for complex data structures in custom components."
👉🏻 This article guides you through the essentials, from setting up a Vue project from scratch using different methods to implementing both Options and Composition APIs.
👉🏻 Instead of manually defining server routes and fetching them on the client, the author uses Prim + RPC to define functions on Nuxt's server and simply call those functions directly from the client (without actually importing them).
👉🏻 A Nuxt module that simplifies the integration of Clerk into your Nuxt application.
💡 Share Beautiful Images of Your Vue & Nuxt Code Snippets
I added three new templates to CodeSnap.dev which allows you to easily share code snippets of your Vue & Nuxt projects as beautiful images on social media or your blog.
First, let's take a look at the Vue template which adopts the color scheme of the official Vue website :
Next, the Nuxt template which adopts the color scheme of the official Nuxt website :
👉🏻 The original Diablo game is now playable in web browsers thanks to an open-source project that offers a surprisingly smooth experience despite the game's age.
Dynamic Parameters in Oracle APEX REST Data Source Synchronizations Jul 25, 2024 · 6 min read Introduction In this post, I will describe how to dynamically pass parameters to Oracle APEX Rest Data Source Synchronizations. APEX REST Source Synchronizations allow you to declaratively Sync data from an REST API to a local table. Please read this post for more on why you may want to do that. This works well if you want to synchronize small to medium-sized data sets. The challenge comes when you want to sync larger data sets. For example, you would not want to Synchronize 1 million records over a REST API hourly. We need a way to run our Sync every hour but only pick up records that have changed in the last hour. Oh, and by the way, we want to do this declaratively! APEX REST Source Synchronization Steps to the Rescue. Use Case We have been tasked with Synchronizing Time Entries from the Harvest Time Entry SaaS Application to a local Oracle DB table for use in an APEX Appl...
评论
发表评论