home.social

#webdevquestions — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webdevquestions, aggregated by home.social.

  1. There's a website that conmpared how do did various things in different frontend frameworks (Vue, React, Qwik, etc…). Kinda like hyperpolyglot.org, but for frontend frameworks instead.

    However, I haven't quite been able to find it. It seems pretty popular though, so if anyone remember I'd be really grateful!

    #webdev #frontend #frontendframeworks #webdevquestions

  2. What are some use cases other than encrypted claims tokens where we might want to round trip something private to a system through a or otherwise not hosted front-end application?

    What are some strategies for handling it?
    Would it always imply going from private system A to private system B via the client application, or does it sometimes make sense to do it coming back to A?