summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-07-08 11:55:52 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-08 11:55:52 -0500
commitea5afcd6334c25c7a38f8f381d400bef1bb6dbc9 (patch)
tree5412407d41ffe29347c4cfdbab36758cec887283
parentee4bcb57296d3631a253f25eb5e5aff2284c0bdb (diff)
downloadastro-ea5afcd6334c25c7a38f8f381d400bef1bb6dbc9.tar.gz
astro-ea5afcd6334c25c7a38f8f381d400bef1bb6dbc9.tar.zst
astro-ea5afcd6334c25c7a38f8f381d400bef1bb6dbc9.zip
Update component-hydration.md
-rw-r--r--docs/core-concepts/component-hydration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-concepts/component-hydration.md b/docs/core-concepts/component-hydration.md
index 434a621af..f03931534 100644
--- a/docs/core-concepts/component-hydration.md
+++ b/docs/core-concepts/component-hydration.md
@@ -25,7 +25,7 @@ With Astro, you can hydrate these components individually, without forcing the r
## Hydrate Frontend Components
-Astro renders every component on the server at build time. To hydrate your components on the client at runtime, you may use any of the following techniques:
+Astro renders every component on the server **at build time**. To hydrate any server-rendered component on the client **at runtime**, you may use any of the following techniques:
- `<MyComponent:load />` will hydrate the component on page load.
- `<MyComponent:idle />` will use [requestIdleCallback()][mdn-ric] to hydrate the component as soon as main thread is free.
'13' height='13' alt='Gravatar' /> Erika 9-4/+78 * feat(errors): Add file location where error happened during build for user-generated errors * chore: changeset * fix(errors): Only add information if the error is in a compatible shape * feat(errors): Add hint to throw Error objects instead of other types for better information * test(errors): Add test to make sure errors in build have the error location * chore(lockfile): Update lockfile * chore: misc text fixes 2023-01-04Fix docs links in MDX README (#5741)Gravatar Chris Swithinbank 2-3/+8 2023-01-04update frontmatter injection link to match docs changes (#5736)Gravatar Sarah Rainsberger 1-2/+2 Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> 2023-01-03[ci] release (beta) (#5732)astro@2.0.0-beta.0@astrojs/vue@2.0.0-beta.0@astrojs/vercel@3.0.0-beta.0@astrojs/svelte@2.0.0-beta.0@astrojs/node@5.0.0-beta.0@astrojs/netlify@2.0.0-beta.0@astrojs/mdx@0.15.0-beta.0@astrojs/markdown-remark@2.0.0-beta.0@astrojs/image@0.13.0-beta.0@astrojs/deno@4.0.0-beta.0@astrojs/cloudflare@6.0.0-beta.0Gravatar Fred K. Bot 51-656/+1159 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-01-03[ci] formatGravatar matthewp 2-2/+2 2023-01-03Markdown and MDX configuration rework (#5684)Gravatar Ben Holmes 14-1665/+2188 * feat: change extendDefaults -> gfm * deps: remove smartypants from md/remark * tests: update markdown plugin tests * fix: borked lockfile * feat: allow all Markdown options in MDX config, with extend * deps: remove smartypants from MDX * chore: remove unused `mode` property * chore: remark rehype types * chore: dead code * fix: order of default config properties * refactor: move md defaults to remark * fix: RemarkRehype type * fix: apply defaults based on MD defaults * chore: update plugin tests * chore: add syntaxHighlight test * refactor: remove drafts from config defaults * docs: new MDX config options * chore: add changeset * edit: test both extends for syntax highlight * refactor: remove MDX config deep merge * docs: update README and changeset * edit: avoid -> disable Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: `drafts` clarification Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * edit: remove "scare quotes" Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: MDX config options redraft * docs: add migration * chore: changeset heading levels * refactor: githubFlavoredMarkdown -> gfm * chore: remove unused imports Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> 2023-01-03[ci] formatGravatar bholmesdev 4-46/+45 2023-01-03Change frontmatter injection ordering (#5687)Gravatar Ben Holmes 29-204/+234 * feat: make user frontmatter accessible in md * test: new frontmatter injection * refactor: move injection utils to remark pkg * fix: add dist/internal to remark exports * feat: update frontmater injection in mdx * tests: new mdx injection * chore: changeset * chore: simplify frontmatter destructuring * fix: remove old _internal references * refactor: injectedFrontmatter -> remarkPluginFrontmatter * docs: add content collections change * chore: changeset heading levels 2023-01-03Cleanup internal breaking changes (#5724)Gravatar Bjorn Lu 4-33/+7 * Remove Astro.glob template literal trick * Remove RenderTemplateResult toString * Remove astro add volar warning * Add changeset 2023-01-03Fix astro-embed peerDep issue (#5731)Gravatar Matthew Phillips 2-2/+2 * Fix astro-embed peerDep issue * Update lockfile 2023-01-03Fix missing ts flag on main (#5730)Gravatar Matthew Phillips 1-0/+1 2023-01-03[ci] formatGravatar matthewp 3-10/+2 2023-01-03Remove MDX Fragment hack (#5716)Gravatar Bjorn Lu 2-9/+6 * Remove MDX Fragment hack * Update .changeset/lovely-terms-drive.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> 2023-01-03Remove deprecated APIs (#5707)Gravatar Bjorn Lu 18-217/+87 * Remove deprecated Astro globals * Remove deprecated hook param * Fix test * Add changeset * Add TODO 2023-01-03Unflag experimental features (#5728)Gravatar Nate Moore 13-122/+26 * feat: unflag `--experimental-error-overlay` * feat: unflag `--experimental-prerender` * chore: add changeset * Update chilled-geese-worry.md * test: update test to use `mjs` * Update .changeset/chilled-geese-worry.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update chilled-geese-worry.md Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> 2023-01-03Upgrade to Vite 4 (#5685)Gravatar Bjorn Lu 21-3459/+337 * Upgrade Vite 4 * Simplify Svelte preprocess setup * Upgrade rollup * Fix tests * Fix wrong changeset target * Fix error tests * Set NODE_ENV default 2023-01-03[ci] update lockfile (#5686)Gravatar Fred K. Bot 4-3215/+2864 * [ci] update lockfile * Fix build errors from new TypeScript version * Updated lockfile Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>