Best of Theo - t3․ggNovember 2024

  1. 1
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    My favorite browser is (kind of) dead

    The post discusses the current state of web browsers, acknowledging that Chrome has largely dominated the market. However, it highlights a surprising resurgence of chrome-based browsers offering unique features, specifically focusing on the Arc browser. The author shares their mixed feelings about Arc, having initially disliked it, but eventually falling in love with its functionality after multiple attempts. Despite its loyal user base, concerns are raised about the future of Arc following the announcement of Arc 2.0, which suggests a pivot away from browser development. The post also criticizes the Arc team for not adequately addressing long-standing performance issues and questions the future of the browser, appealing for better user engagement and communication from its developers.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Making The Fastest Website Even Faster (With Next.js)

    McMaster's website is renowned for its speed, achieved through innovative prefetching and client-side JavaScript techniques, despite using older web technologies. A recent rewrite of the website using Next.js has made it even faster, showcasing the power of Next.js optimization techniques, including preloading strategies and efficient image handling. Key performance insights demonstrate that optimizing user experience isn't solely about the framework but understanding and addressing the needs and expectations of users.

  3. 3
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Tailwind V4 is WAY better than I expected

    Tailwind V4 has introduced significant changes, including a rewrite in Rust, making builds up to 100 times faster. The new version brings a unified tool chain, built-in import handling, vendor prefixing, and syntax transforms. It also emphasizes modern CSS features like container queries and 3D transforms, while allowing more seamless configuration directly in CSS. The update is anticipated to greatly enhance performance and ease of use.

  4. 4
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    This tool annoyed me (so I built a free version)

    The author shares their frustration with existing tools for converting SVG to PNG. They introduce two free and open-source tools they've created to address this issue. Additionally, they give a demonstration of bolt.new, another tool sponsored by StackBlitz, and highlight the features and issues of various other conversion tools. The post encourages developers to build solutions for their unique problems and to contribute to open-source projects.