Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradzacher/zacher-home
the landing page of my website
https://github.com/bradzacher/zacher-home
Last synced: about 1 month ago
JSON representation
the landing page of my website
- Host: GitHub
- URL: https://github.com/bradzacher/zacher-home
- Owner: bradzacher
- Created: 2015-04-06T15:52:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T12:13:37.000Z (9 months ago)
- Last Synced: 2024-10-12T17:35:58.615Z (2 months ago)
- Language: TypeScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zacher-home
The landing page of my personal website.
Uses static code generation, and React SSR to generate a static, self-contained HTML page.
## But you're a web-based engineer, why build a static page?
Good question! Because there is currently no need to have a dynamic one.
There is nothing fancy that I currently want to achieve on my personal landing page.Also by building server-side react, I've set it up such that I can consider hydrating react on the client should I need that in the future.