← Back to Blog

What I Learned This Week: From Web3 to Modern Web Architecture

Category: Tech Learning   Date: 2025-07-03

Web3: Making Sense of the Crypto Jungle

This week, I dove headfirst into the world of Web3. It's wild, chaotic, but also incredibly fascinating. Here are some of the key things I learned:

Even if I’m not trading yet, it feels empowering to understand the backbone of Web3 infrastructure.


React Query vs React.use

I’ve always relied on useState + useEffect to fetch data, but React Query changes the game. Here’s how:

Pairing this with tRPC was an eye-opener. I don’t have to manually write API routes with fetch—just define procedures and call them directly.

Also got more comfortable with React's experimental use() function—very cool for reading async resources in server components.


Next.js + TailwindCSS Deep Dive


Takeaway

Honestly, the amount of learning I crammed into one week surprised me. I’m starting to feel more confident navigating between frontend and backend concerns, and understanding what’s happening under the hood—whether it’s a React hook or a crypto exchange protocol.

These aren’t just “buzzwords” anymore—they’re starting to click.

I’m building things with more intention now.