Best of Theo - t3․ggJanuary 2024

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

    This VS Code Killer Just Went Open Source (Written In Rust BTW)

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

    Oh no, I think I like this

    The post discusses the issue of overflow in flexbox and suggests setting a minimum width of zero to fix it. It also explains the impact of the minimum width property on flexbox behavior.

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

    UI Libraries Are Dying, Here's Why

    UI libraries are dying as the future of web development shifts towards generating custom component libraries using tools like Shaden UI and VD. These tools allow developers to easily build and customize UI elements within their own code base, providing a more flexible and powerful solution.

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

    Don't Contribute to Open Source

    Contributing to open source should be driven by real problems you encounter and understand, rather than as a means to get a job. Open source contributions demonstrate your problem-solving skills and involvement in the community, not just the act of contributing itself. Starting with issues and using projects you are familiar with is key. Setting effective goals in programming is important for growth and success.

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

    Why You (Still) Need React Query

    React Query simplifies data fetching and provides benefits such as caching, retries, polling, and pre-fetching. It is an async state manager that makes working with asynchronous code easier and more resilient.