0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/docs/core-concepts
Matthew Phillips fd80381db2
Adds hydrationPolyfills config for renderers (#594)
Some renderers, such as Lit, need special polyfills only for hydration. We have the `polyfills` array, but that is intended for polyfills that always need to run. This adds a second type hydrationPolyfills that only run on elements that are `:load`, `:idle`, etc.
2021-07-01 10:42:56 -04:00
..
astro-components.md astro-docs sync 2021-06-27 23:30:57 -07:00
astro-pages.md astro-docs sync 2021-06-27 23:30:57 -07:00
collections.md astro-docs sync 2021-06-27 23:30:57 -07:00
component-hydration.md astro-docs sync 2021-06-27 23:30:57 -07:00
layouts.md astro-docs sync 2021-06-27 23:30:57 -07:00
project-structure.md astro-docs sync 2021-06-27 23:30:57 -07:00
ui-renderers.md Adds hydrationPolyfills config for renderers (#594) 2021-07-01 10:42:56 -04:00