Using Effect HTTP Server and Client in a Full Stack Application
hello, is there an example on using Effect HTTP server & client in a single full stack application?
I want to use Effect HTTP server and return HTML. I have tried using JSX (is limited to react, preact, qwik, etc) and considered using the
What do you guys do?
I want to use Effect HTTP server and return HTML. I have tried using JSX (is limited to react, preact, qwik, etc) and considered using the
html helper from effect, but the helper returns response, but I want to build "component" with the html. I have heard of htm, but that still uses only preact?What do you guys do?
