mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
small typo fix
This commit is contained in:
parent
f33c775b93
commit
488d13a90f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ This 'micro' architecture is similar to both 'micro-frontends' and 'micro-servic
|
||||||
|
|
||||||
With Island-Architecture, he proposes a form of progressive enhancement for the dynamic components by using a technique known as _Partial Hydration_.
|
With Island-Architecture, he proposes a form of progressive enhancement for the dynamic components by using a technique known as _Partial Hydration_.
|
||||||
|
|
||||||
Let's look at this following analogy:
|
Let's look at the following analogy:
|
||||||
|
|
||||||
On our Static page, we have an image carousel. Such carousel needs to have some form of interactivity to load the next image after a certain amount of time has elapsed, along with navigation and pagination buttons on the carousel.
|
On our Static page, we have an image carousel. Such carousel needs to have some form of interactivity to load the next image after a certain amount of time has elapsed, along with navigation and pagination buttons on the carousel.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue