Hacker News new | ask | show | jobs
by hk1337 603 days ago
I like it but not that enthusiastic about JavaScript echoing html. What about having simple html templates that call back to the worker for the posts and the worker return json?
2 comments

So, have some JavaScript on the client side just to retrieve text and put onto the page? Seems like unnecessary complexity.
Yeah it is gross interweaving html fragments randomly but I wanted to see if I could do it and keep it all constrained to one file. Thanks for the feedback.