Content pfp
Content
@
0 reply
0 recast
0 reaction

Colin pfp
Colin
@colin
these errors are the bane of my existence
5 replies
2 recasts
58 reactions

timdaub 🥝 pfp
timdaub 🥝
@timdaub.eth
I just run a regular ass express server on which I use JSX as a templating language and then I run a regular ass client where I just add the react root with document.querySelector() and react.createRoot and tbh beyond the initial boilerplate it is completely fine and performant. I cache for free on cloudflare
1 reply
0 recast
1 reaction

timdaub 🥝 pfp
timdaub 🥝
@timdaub.eth
check this out I literally insert every single component manually and it has no effect page performance: https://github.com/attestate/kiwistand/blob/main/src/web/src/main.jsx regular frontend devs go mental when they see this In fact it is probably way easier to debug than this hydration bs
1 reply
0 recast
1 reaction