|
|
|
|
|
by lordpankake
1221 days ago
|
|
I'm building a webapp[0] for turning Clickup docs into static sites, using CF Workers. There isn't a framework for Workers that has the flexibility I need, so I home-rolled one that only sends rendered HTML over the wire. Async components are supported too, so if I have a particularly data-intensive component the renderer just inlines a tiny JS script that sends a request to the worker again, which then returns just that component in HTML. Could be worth releasing on its own as a GitHub project! [0] https://intenso.app |
|