Skip to content

Commit

Permalink
docs(README): #44 add the general info about SSR/SSG
Browse files Browse the repository at this point in the history
  • Loading branch information
Juri Sinitson committed Apr 4, 2024
1 parent d1db2d2 commit 1326ab4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [Unit tests](#unit-tests)
- [E2E tests and Storybook interaction tests](#e2e-tests-and-storybook-interaction-tests)
- [DRY](#dry)
- [SSR/SSG](#ssrssg)
- [CI](#ci)
- [Handling changes in a shared library](#handling-changes-in-a-shared-library)
- [Commits](#commits)
Expand Down Expand Up @@ -361,6 +362,13 @@ To avoid repeating e.g. for such standard states like, loading, error and no dat
2. One saves time just wrapping the data component instead of writing those
routines again and again.

## SSR/SSG
Examples are currently [in progress](https://github.com/juri-sinitson/angular-monorepo/issues/44).

SSR/SSG is especially important in a shop system and other systems where the content
to be loaded can be more or less predicted. And thus the data can be delivered directly
in the DOM instead of being loaded by a separate network request.

<!-- TOC --><a name="ci"></a>
## CI
Currently (2024-03-18) [github actions](https://docs.github.com/en/actions) for a
Expand Down

0 comments on commit 1326ab4

Please sign in to comment.