dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

A static-site-generator platform target

Open jkelleyrtp opened this issue 1 year ago • 1 comments

Feature Request

My personal site, floneum's site, and the docsite all use dioxus in a mode with static-site-generation enabled.

However, we keep writing the same code to pre-render the site, hydrate it, etc.

With all the work in the new manifest system, we should make our tooling 1st class when used alongside static site generation.

I imagine many folks would want to use dioxus for their statically-generated sites - and it's actually quite great at that.

https://github.com/jkelleyrtp/jkelleyrtp.github.io

jkelleyrtp avatar Mar 06 '24 03:03 jkelleyrtp

I also made a small wip portfolio using Dioxus getting inspiration from @jkelleyrtp's repo. Repo: https://github.com/wheregmis/wheregmis.github.io Link: https://wheregmis.github.io/ It is really great indeed.

wheregmis avatar Apr 02 '24 19:04 wheregmis