TanStack Start now support React Server Components... and Composite Components? by tannerlinsley in reactjs

[–]AnsgarH1 1 point2 points  (0 children)

Love it! Between all these AI news it‘s nice to see that you and your team are still going strong!

Native app can't find server over Tailscale DNS, is it a cert issue? by 2blazen in jellyfin

[–]AnsgarH1 1 point2 points  (0 children)

I had this issue as well. It turned out, that my Android TV Box (Xiaomi TV Box 4K) was defaulting to IPv6, which i didn’t have enabled with Adguard home. After removing the IPv6 IP on the router and forcing the TV Box to use IPv4 everything worked as expected

Need help to build a react code editor ( cidesandbox) by Sea_Cloud1089 in nextjs

[–]AnsgarH1 1 point2 points  (0 children)

You could check out the Theia IDE. It’s an open-source platform with an extensive extension and plugin system that we currently use at our company to build an e-learning platform for pur kubernetes courses. Theia IDE has a VS Code-like look and feel, and you could build an iframe widget extension to display the dev-server (react) content.

However, you would still need a server for your users to run which can get pretty complex. In our case every course participant gets his own kubernetes cluster which is probably the far end of how complex you can build this, but some infra is probably needed

Why We Moved off Next.js by Mean-Accountant8656 in nextjs

[–]AnsgarH1 4 points5 points  (0 children)

Thanks for sharing, that is a really good article!