👉🏻 Matt explains the internals of the useAsyncData composable from Nuxt which is used to fetch data from APIs.
🔥 My Top 5 Nuxt Modules
Nuxt modules can be used to enhance or extend any Nuxt applications.
With modules, you can encapsulate, properly test, and share custom solutions as npm packages without adding unnecessary boilerplate to your project, or requiring changes to Nuxt itself.
Nuxt Content reads the content/content/ directory in your project, parses .md.md, .yml.yml, .csv.csv and .json.json files to create a powerful data layer for your application. Additionally, you can use Vue components in Markdown with the MDC syntax.
Nuxt SEO is both a collection of modules and a module itself. The Nuxt SEO module is all the SEO modules combined into one that is guaranteed to work well together.
Easy to use and configure, Nuxt SEO is the perfect solution for your Nuxt application.
Nuxt UI simplifies the creation of stunning and responsive web applications with its comprehensive collection of fully styled and customizable UI components designed for Nuxt.
Nuxt UI Pro is a collection of Vue components, composables and utils built on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.
The Tailwind CSS module for Nuxt enables you to set up Tailwind CSS in your Nuxt application in seconds, with many goodies.
A must-have module for every Nuxt project that uses Tailwind CSS.
Of course, there are many more awesome Nuxt modules available. This is just a selection of my top 5 modules. Some modules that I also recommend are: Nuxt ESLint, Nuxt Fonts, VueUse and Nuxt Supabase.
📅 Events
PrageVue 2024 (17 September 2024, Prag, Czech Republic)
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...
评论
发表评论