mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: update wording of client-side rendering explanation (#5049)
This commit is contained in:
parent
557c40c97f
commit
cad9ce4a6a
@ -24,7 +24,7 @@ While this technique allows building complex and dynamic UIs with smooth page tr
|
||||
|
||||
### Examples
|
||||
|
||||
Client-side rendering is a good choice for heavily interactive **web applications** that don't need indexing or frequently use the same users. It can leverage browser caching to skip the download phase on subsequent visits, such as **SaaS, back-office applications, or Online Games**.
|
||||
Client-side rendering is a good choice for heavily interactive **web applications** that don't need indexing or whose users visit frequently. It can leverage browser caching to skip the download phase on subsequent visits, such as **SaaS, back-office applications, or online games**.
|
||||
|
||||
## Universal Rendering
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user