How to build a fullstack Astro website with GraphQL
Building an Astro site with GraphQL is easier than you think! Learn how to build an Astro website in SSR mode, that runs a serverless GraphQL API to serve data from anywhere you like.
} -->
Building an Astro site with GraphQL is easier than you think! Learn how to build an Astro website in SSR mode, that runs a serverless GraphQL API to serve data from anywhere you like.
If you've been asking 'How do I fix the "Property does not exist on type Window in TypeScript" error?' then this is the article for you. We'll fix the property does not exist on type Window error once and for all.
Ever wanted to learn how to build a multi-item carousel in React? Well, in this article we'll do just that by building a multi-item or multi-image carousel in vanilla React using Vite.js and some Tailwind CSS