Vil'dan

Results 2 comments of Vil'dan

Hi everyone. I'm trying to create [example](https://github.com/vildan-valeev/golang-htmx-grpc/tree/main) using gRPC and htmx extension, but don't know how I can paste my [response](https://github.com/vildan-valeev/golang-htmx-grpc/blob/main/client.js#L11) from backend into DOM ([here](https://github.com/vildan-valeev/golang-htmx-grpc/blob/main/index.html#L13)). My knowledge of Javascript...

Upd: I received string(html) from gRPC,and call `selectAndSwap` [method](https://github.com/vildan-valeev/golang-htmx-grpc/blob/main/client.js#L36) from htmx.js api. And it's work!