Write a blog post titled “Streaming HTML-only logs”: why html-only logs?
- no need for client-side JS or websockets
- simple to implement, more robust, and still excellent UX how? (create example repo)
- structure the page accordingly add an anchor tag to scroll automatically order with flexbox
- stream logs from the server output some HTML, and then just write to the HTTP connection create changing status by hiding original element and using order stucture page
- as per css tricks https://css-tricks.com/books/greatest-css-tricks/pin-scrolling-to-bottom/
- status with order: 1 stream logs in go
- pass in a function where you want them to appear
- add status logic after finished