Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.