• en
  • ru
  • a blog about web development

    Tag React

    Laravel 13 + React 19 + Inertia from scratch.

    Why did I decide to build my own Laravel + React + Inertia template from scratch? You know how it usually goes? You need to start a new project. You open the Laravel docs, see the ready-made starter packages. You… Continue Reading →

    Installing shadcn/ui in a project. A step-by-step guide for a React.

    Hey there, fellow developer! Installing shadcn/ui in your React project is a smart move — and you’ve come to the right place. Today I’ll show you how to set up a modern component library in 10–15 minutes that gives you… Continue Reading →

    Scroll in Telegram MiniApp: Stable Scrolling During Swipes

    If you’ve ever tried implementing scroll in a Telegram MiniApp using the SDK, you probably noticed that the WebView inside Telegram behaves nothing like a regular browser. At first, I thought: “Well, overflow-y: auto and done!” — and I was… Continue Reading →

    React Development Server on a VPS with HTTPS

    Hello, friends! In this article, we will go through how to set up a React development server on a VPS with external access and HTTPS. The main focus will be on development mode, because this is exactly the environment where… Continue Reading →

    Zustand Library: State Management in React

    If you’ve been working with React for a while, you’ve probably gone through the classic path: first useState, then useContext, and suddenly Redux appears — along with a ton of files, actions, reducers, and the feeling that everything has become… Continue Reading →

    Creating a Telegram Mini App in React with Vite and ngrok

    Telegram Mini App opens new opportunities for developers, allowing the creation of interactive applications directly inside the messenger. In this guide, we’ll show how to build a working Mini App on React from scratch using Vite and set up an… Continue Reading →