• @jimmy90
    link
    25 hours ago

    one i wrote myself in rust

      • @jimmy90
        link
        1
        edit-2
        4 hours ago

        it does render post comments at full depth (so all of them) in about 60% of the time of JS frameworks

        that equates to a fraction of a second on most computers but it really does work better than the others. you can only really tell on massive posts with over 300 comments

        ooh actually the other good feature is that from a cold start (empty window) it will render the page on the server side which means the page displays much quicker. the JS frameworks normally load the skeleton/engine first and then load the data and render the page

          • @jimmy90
            link
            44 hours ago

            it’s a minimalist experience at the moment so it’s very useful but far from full featured

            i do use it all the time though (using it to write this) so maybe i should release it officially soon