From 37054f44e4175905c66d3cbd55e0b1458b2b5054 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 4 Aug 2024 11:18:11 -0700 Subject: [PATCH] feat: stackblitz examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1a9511..19a085c 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,16 @@ npm run clean npx nx run nativescript-query-ng:ios ``` +You can also try on StackBlitz: https://stackblitz.com/edit/nativescript-tanstack-angular?file=src%2Fapp%2Fitem%2Fposts.component.ts + ```bash npx nx run nativescript-query-vue:ios ``` +You can also try on StackBlitz: https://stackblitz.com/edit/nativescript-tanstack-vue?file=src%2Fcomponents%2FPosts.vue + ## What is This? An Nx workspace with Angular and Vue iOS & Android apps all utilizing TanStack Query while rendering natively to each platform.