Posts for "justcomments"
How JustComments reduces the amount of fetched data
Oleksii RudenkoOctober 29, 2018 6:00 PM
How JustComments reduces the amount of fetched data with lazy loading resulting in 21.7 KB of downloaded data
Adding comments to your Jekyll blog
Oleksii RudenkoJanuary 27, 2018 4:33 PM
Jekyll is an engine which transforms your content into a static website. Learn how to add comment widget to your static site easily.
Add comments to your GatsbyJS blog within two minutes
Oleksii RudenkoJanuary 4, 2018 4:33 PM
Static sites are great! They are easy to publish and maintain. You can scale a static website easily for millions of users. And hosting is normally quite cheap. Another advantage is the convenience of local development and and the possibility to preview any change before publishing. One of the challenges of static websites is adding dynamic content to the site. In this post we add comments to a static website.