Ben Holmes
Ben Holmes
**Changes made** - Hoist `viteSSR` and `componentAttrStore` to the global scope. This prevents lookup mismatches in development (see inline comments on `plugin.js` for more info). - Updates to `componentAttrStore` keying...
Our guides for creating non-HTML pages (aka "endpoints") are pretty tough to scan as a new user. Right now, we have: - ["non-HTML pages" listed on our **pages** docs](https://docs.astro.build/en/core-concepts/astro-pages/#non-html-pages), which...
## Changes - Add `MDXLayoutProps` utility to MDX README. Includes difference with `MarkdownLayoutProps`, and advises using `MarkdownLayoutProps` instead when sharing a layout across `.md` and `.mdx`. - Add "layout props"...
### Describe the Bug I tried out the Alpine extensions for [syntax highlighting](https://marketplace.visualstudio.com/items?itemName=sperovita.alpinejs-syntax-highlight) and [intellisense](https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.alpine-js-intellisense), and found neither seem to work in `.astro` files; only `.html`. It sounds like VS...
### What version of `astro-icon` are you using? v1.1.0 ### Astro Info ```block Astro v3.2.3 Node v18.18.0 System macOS (arm64) Package Manager pnpm Output static Adapter none Integrations @astrojs/markdoc @astrojs/tailwind...
Actions
# Summary Astro actions make it easy to define and call backend functions with type-safety. ```ts // src/actions/index.ts import { defineAction, z } from "astro:actions"; export const server = {...
Actions
### Body # Summary Let's make handling form submissions easy and type-safe both server-side and client-side. # Goals - Form actions can accept JSON or FormData payloads. - **You no...
### Astro Info ```block Astro v4.8.4 Node v20.13.1 System macOS (arm64) Package Manager pnpm Output hybrid Adapter @astrojs/cloudflare Integrations @astrojs/markdoc astro-icon ``` ### Describe the Bug I am building a...
**Is your feature request related to a problem? Please describe.** I've been using schemas for typed queries on my store. The tooling is excellent, but I was surprised to find...
### 📚 Subject area/topic SSR ### 📋 Suggested page https://docs.astro.build/en/guides/endpoints/#server-endpoints-api-routes ### 📋 General description or bullet points (if proposing new content) [We received a roadmap discussion for adding better proxy...