Best of tanstack2024

  1. 1
    Article
    Avatar of povioPovio·2y

    How to React in 2024

    Learn about the latest developments in React, including the use of TypeScript, the TanStack tools, and UI component libraries, and how they contribute to the evolving landscape of web development.

  2. 2
    Article
    Avatar of swizecswizec.com·2y

    Tips from 8 months of TanStack/Router in production

    The post shares battle-tested patterns and lessons from using TanStack Router in production, emphasizing type-safe routing, router-coordinated data loading, and a design that minimizes UI loading states. The app follows file-based routing to mirror URL structure and focuses on supporting multi-tasking, easy context sharing, and unguided navigation for power users. The author highlights the importance of treating horizontal concerns as libraries, leveraging data loaders for whole pages, and using suspense queries for individual components to optimize performance.