finally solved a programming issue i've been working and thinking about on and off for more than 2 years now, and nobody cares :p
@ckie static site generator using React rendered to plain html, with the possibility to fetch async data inside components. I prototyped various approaches and blogged part of it https://cthu.lu/projects/react-hooks-ssr/
It was fun to work on and think about but just not really possible to do *properly*, but now with React 18 there's a much better approach that simplifies the implementation hugely as well
commit: https://git.pixie.town/f0x/shayu/commit/101a36961edc2d881d8514c754d6f5b8c612cd2d
simple testing component: https://git.pixie.town/f0x/cthu.lu/src/branch/main/components/test.jsx
@f0x oh yeah i saw that but then i read "React" and stopped processing the rest of it the first time idk why exactly
@f0x well now am curious