Skip to content

Instantly share code, notes, and snippets.

View AmoahDevLabs's full-sized avatar

Ignatus Arkoh Amoah AmoahDevLabs

View GitHub Profile
@AmoahDevLabs
AmoahDevLabs / useGuests.ts
Created August 10, 2025 12:14
Nuxt.js Composables; from messy to Optimization.
// Before and after optimization
// Before
import { useAuthStore } from "@/stores/auth";
export const getAuthHeaders = async () => {
const authStore = useAuthStore();