* Make wording around `client:*` directives more clear
A friend and I both found the wording on this page to be a touch ambiguous. When does the renderer JS download? Does Astro really delay all JS downloading until the component is ready to be hydrated, or just the component JS?
I think these changes make the behavior crystal clear?
* Make tense consistent for `client:only`
* Progress on build demo
* Go back to ESM
* Some more progress on the new build
* More progress here
* Add support for hot reload
* Almost done
* Remove debugging stuff
* chore(lint): Prettier fix
* Pass through the origin
* Do not use ssr mode
* Use the logger
* chore(lint): Prettier fix
* Update yarn lock
* Fix types
* Only build chunks that are astro pages
* Debugging windows
* Prevent compilation race condition
* Read the file if not found in the cache
* Give a better error message when we can't find a page
* chore(lint): Prettier fix
* Fix windows maybe
* chore(lint): Prettier fix
* Some more windows debugging
* chore(lint): Prettier fix
* Remove console logs
* More debugging
* chore(lint): Prettier fix
* More debugging info
* chore(lint): Prettier fix
* Remove logging again
* Try to prevent port conflicts
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Create styling.md
First translation for German docs.
* Update config.ts
Activating link to German docs - Guides/Styling & CSS
* Update styling.md
Missing text link to de/ - fixed
* Update docs/src/pages/de/guides/styling.md
Adds missing comma
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Spelling correction
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Removes extra space
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Removes superfluous comma
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Phrases suggestion more friendly)))
Co-authored-by: Kim Schneider <web@schneider.kim>
Co-authored-by: Kim Schneider <web@schneider.kim>
* Fix example path for init
* Update examples/with-vite-plugin-pwa/README.md
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
* Create sandbox.config.json specifying port 3000
* Update sandbox.config.json
* Create sandbox.config.json for blog example
* Create sandbox.config.json for multiple authors blog
* added sandbox config to portfolios
* [ci] yarn format
* added sandbox.config.json to more frameworks examples
* [ci] yarn format
* reverted default rss to rss.xml
Co-authored-by: sarah11918 <sarah11918@users.noreply.github.com>
* Update astro-components.md
be a little clearer right up front about what you can do
I ran this code in stackBlitz minimal - which listed no renders.
Note: I don't know enough yet about Astro to say why I could use React-style interpolation at compile time to insert a variable into the html -- so I can't add a phrase describing why it works...
* Update docs/src/pages/core-concepts/astro-components.md
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
* Update astro-components.md
I don't get it, HTML entities are supported in JSX.
* Update astro-components.md
* Update astro-components.md
Co-authored-by: Fred K. Schott <fkschott@gmail.com>