---
title: "State management — Blog — @asmyshlyaev177"
description: "Articles tagged &quot;State management&quot; — React, Next.js, TypeScript, and frontend engineering notes by Aleksandr Smyshliaev."
canonical: "https://asmyshlyaev177.dev/blog/tags/state-management"
image: "https://asmyshlyaev177.dev/og_image.png"
---

[← All posts](https://asmyshlyaev177.dev/blog.md)

Tag

# State management

2 posts tagged “State management”.

[Open source 4](https://asmyshlyaev177.dev/blog/tags/open-source.md) [Next.js 3](https://asmyshlyaev177.dev/blog/tags/next-js.md) [Playwright 3](https://asmyshlyaev177.dev/blog/tags/playwright.md) [React 3](https://asmyshlyaev177.dev/blog/tags/react.md) [TypeScript 3](https://asmyshlyaev177.dev/blog/tags/typescript.md) [AI 2](https://asmyshlyaev177.dev/blog/tags/ai.md) [Side project 2](https://asmyshlyaev177.dev/blog/tags/side-project.md) [State management 2](https://asmyshlyaev177.dev/blog/tags/state-management.md) [Testing 2](https://asmyshlyaev177.dev/blog/tags/testing.md)

-   ## [How I built state-in-url: turning the URL bar into real React state](https://asmyshlyaev177.dev/blog/how-i-built-state-in-url.md)
    
    April 13, 2026
    
    The story of building state-in-url: turning the browser URL bar into real, type-safe React state — the design decisions and trade-offs, from first prototype through the testing pain to launch.
    
    -   [React](https://asmyshlyaev177.dev/blog/tags/react.md)
    -   [State management](https://asmyshlyaev177.dev/blog/tags/state-management.md)
    -   [Open source](https://asmyshlyaev177.dev/blog/tags/open-source.md)
    
-   ## [Sharing state between unrelated React components](https://asmyshlyaev177.dev/blog/sharing-state-between-unrelated-react-components.md)
    
    July 11, 2024
    
    How to share serializable state between unrelated React components — including server and client components in Next.js — without prop drilling. The whole pattern is a plain object and a few lines of glue.
    
    -   [React](https://asmyshlyaev177.dev/blog/tags/react.md)
    -   [Next.js](https://asmyshlyaev177.dev/blog/tags/next-js.md)
    -   [State management](https://asmyshlyaev177.dev/blog/tags/state-management.md)

---

Site summary for LLMs: <https://asmyshlyaev177.dev/llms.txt> · Blog: <https://asmyshlyaev177.dev/blog>
