RSSAmplifier

Blog

Ondrej Velisek Blog

Ondrej Velisek Blog

ondrejvelisek.github.ioRSS feed ↗5 posts

Latest posts

TanStack Start: New competitor to Next.js

I've been using TanStack Start for a mid-size hobby webapp since its early alpha stage—over a year now.

Avoid the State Synchronization Trap

This post is about a bad code pattern I see quite often.

How Next.js breaks React Fundamentals (Examples)

In the front-end world, there's an ongoing war over performance.

Conceptual Model of React and RSC

Building web apps is a complex problem. We need simple high-level mental structures to support such a heavy load.

Practical limits of React hooks - Recursion

While ago, I started using React hooks. The simplicity, homogenity and composability sounded great.