<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/t3dotgg/best-of/2025/01" -->

---
title: Best Theo - t3․gg posts — January 2025 | daily.dev
description: The most upvoted Theo - t3․gg posts from January 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/t3dotgg/best-of/2025/01
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/t3dotgg/best-of/2025/01
og:type: website
og:site_name: daily.dev
og:title: Best Theo - t3․gg posts — January 2025 | daily.dev
og:description: The most upvoted Theo - t3․gg posts from January 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Theo - t3․gg — January 2025

1. 1  
[](https://daily.dev/posts/my-biggest-tutorial-ever-build-a-full-google-drive-clone-with-react-next-typescript-and-more--59s2okalp "My Biggest Tutorial Ever (Build A FULL Google Drive Clone with React, Next, TypeScript and more)")  
Video  
![Avatar of t3dotgg](https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg)Theo - t3․gg · 2y  
My Biggest Tutorial Ever (Build A FULL Google Drive Clone with React, Next, TypeScript and more)  
In this extensive tutorial, the author shares a comprehensive guide on building a full Google Drive clone from scratch using React, Next.js, TypeScript, and other modern tools. By diving into real-world development scenarios, including debugging and using AI tools, the tutorial aims to provide a holistic learning experience. Key points include setting up the project, using various tools and technologies, deploying early, and ensuring smooth development workflows with effective debugging and deployment strategies. The tutorial is made possible by the support of several sponsors and is designed to be accessible to learners for free.  
185  
1
2. 2  
[](https://daily.dev/posts/abort-controller-is-criminally-underrated-every-react-dev-should-use-this--lkjxmkrjf "Abort Controller is criminally underrated (every react dev should use this)")  
Video  
![Avatar of t3dotgg](https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg)Theo - t3․gg · 2y  
Abort Controller is criminally underrated (every react dev should use this)  
Abort Controller in JavaScript is a powerful tool for canceling asynchronous operations like API requests, event listeners, and streams. This feature is particularly useful for React developers, simplifying the management of useEffect cleanup functions, event listeners, and fetch requests. The Abort Controller can enhance code clarity and reduce bugs by providing a consistent way to abort operations through the controller's signal and abort methods.  
120  
2
3. 3  
[](https://daily.dev/posts/i-m-finally-moving-on-i-have-a-new-browser--cj942a04f "I'm Finally Moving On (I have a new browser)")  
Video  
![Avatar of t3dotgg](https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg)Theo - t3․gg · 2y  
I'm Finally Moving On (I have a new browser)  
The author shares their frustrating experiences with the Arc browser due to its performance issues and lack of updates. They explore and evaluate various browsers such as Chrome, Brave, Edge, Vivaldi, and Zen. The author ultimately decides to switch to the open-source Zen browser, praising its customizability, user-focused development, and supportive community. They appreciate Zen's continuous improvement and responsiveness to user feedback, unlike the more established but less user-attentive browsers.  
87  
15
4. 4  
[](https://daily.dev/posts/ssr-isr-ppr-breaking-down-js-rendering-for-2025-yh1kwjph2 "SSR, ISR, PPR? Breaking Down JS Rendering For 2025")  
Video  
![Avatar of t3dotgg](https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg)Theo - t3․gg · 2y  
SSR, ISR, PPR? Breaking Down JS Rendering For 2025  
The post dives deep into different methods of rendering web applications: Server Side Rendering (SSR), Incremental Static Regeneration (ISR), and Purely Pre-Rendered (PPR). It highlights the evolution of these techniques over time, their benefits, drawbacks, and how they impact frameworks like Next.js, React, and others. The post uses diagrams and real-world examples to explain the complexities and optimizations in web rendering strategies, providing a comprehensive understanding of current and future trends in web development.  
75  
3
5. 5  
[](https://daily.dev/posts/netflix-removed-react--qw9uisqdx "Netflix Removed React?")  
Video  
![Avatar of t3dotgg](https://media.daily.dev/image/upload/s--UmX7IyU3--/f_auto/v1704628081/logos/t3dotgg.jpg)Theo - t3․gg · 2y  
Netflix Removed React?  
Netflix removed React from their website's client-side bundle, making it 50% faster by server-side rendering the landing page. This approach retains React's dynamic capabilities without sending JavaScript to the client. The post discusses the complexities and benefits of this method, highlighting advancements like server components that further optimize this process.  
48  
12

[See all Theo - t3․gg archives](/sources/t3dotgg/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/t3dotgg/best-of/2025/01#page","url":"https://daily.dev/sources/t3dotgg/best-of/2025/01","name":"Best Theo - t3․gg Posts — January 2025","description":"The most upvoted Theo - t3․gg posts from January 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/t3dotgg/best-of/2025/01#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/my-biggest-tutorial-ever-build-a-full-google-drive-clone-with-react-next-typescript-and-more--59s2okalp","name":"My Biggest Tutorial Ever (Build A FULL Google Drive Clone with React, Next, TypeScript and more)"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/abort-controller-is-criminally-underrated-every-react-dev-should-use-this--lkjxmkrjf","name":"Abort Controller is criminally underrated (every react dev should use this)"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/i-m-finally-moving-on-i-have-a-new-browser--cj942a04f","name":"I'm Finally Moving On (I have a new browser)"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/ssr-isr-ppr-breaking-down-js-rendering-for-2025-yh1kwjph2","name":"SSR, ISR, PPR? Breaking Down JS Rendering For 2025"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/netflix-removed-react--qw9uisqdx","name":"Netflix Removed React?"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Theo - t3․gg","item":"https://daily.dev/sources/t3dotgg"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/t3dotgg/best-of"},{"@type":"ListItem","position":5,"name":"January 2025"}]}]}
```

