<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alex</title>
    <description>The latest articles on DEV Community by Alex (@kouznedm).</description>
    <link>https://dev.to/kouznedm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F281699%2F4dcac580-483f-49e2-977e-4492e38eb6a3.jpg</url>
      <title>DEV Community: Alex</title>
      <link>https://dev.to/kouznedm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kouznedm"/>
    <language>en</language>
    <item>
      <title>💻 React + Wails Template: Build Native Desktop Apps with Go and Web Tech</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Tue, 03 Jun 2025 18:57:16 +0000</pubDate>
      <link>https://dev.to/kouznedm/react-wails-template-build-native-desktop-apps-with-go-and-web-tech-6nj</link>
      <guid>https://dev.to/kouznedm/react-wails-template-build-native-desktop-apps-with-go-and-web-tech-6nj</guid>
      <description>&lt;p&gt;Hey folks! 👋&lt;/p&gt;

&lt;p&gt;I recently built and open-sourced a Wails + React starter template to make it easier for developers to build native-feeling desktop apps using Go on the backend and React on the frontend.&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repo: &lt;a href="https://github.com/AlexSKuznetsov/wails-template-react" rel="noopener noreferrer"&gt;https://github.com/AlexSKuznetsov/wails-template-react&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why Wails?&lt;br&gt;
If you haven’t heard of Wails, think of it like Electron — but for Go developers. It lets you write your backend in Go and your UI in any modern JS framework (React, Svelte, Vue, etc.), then bundle everything into a desktop app.&lt;/p&gt;

&lt;p&gt;But unlike Electron, Wails doesn’t ship a full Chromium instance, making your app:&lt;/p&gt;

&lt;p&gt;⚡️ Smaller&lt;/p&gt;

&lt;p&gt;🚀 Faster to load&lt;/p&gt;

&lt;p&gt;🧩 Fully native-looking&lt;/p&gt;

&lt;p&gt;Why Desktop Apps?&lt;br&gt;
Cloud is great, but in my opinion, we’re overusing it for things that could easily live locally — especially for small internal tools or simple automation projects.&lt;/p&gt;

&lt;p&gt;Here’s what most small-to-medium businesses (SMBs) don’t need:&lt;/p&gt;

&lt;p&gt;❌ A hosted frontend&lt;/p&gt;

&lt;p&gt;❌ A scalable backend&lt;/p&gt;

&lt;p&gt;❌ A managed cloud database&lt;/p&gt;

&lt;p&gt;❌ Complex infrastructure&lt;/p&gt;

&lt;p&gt;Instead, most desktop apps can run just fine with:&lt;/p&gt;

&lt;p&gt;🧱 A single .exe binary&lt;/p&gt;

&lt;p&gt;🗃️ A local SQLite DB&lt;/p&gt;

&lt;p&gt;⚙️ A config file&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;About the Template&lt;br&gt;
This template includes:&lt;/p&gt;

&lt;p&gt;✅ A working Wails v2 setup&lt;/p&gt;

&lt;p&gt;⚛️ React (with Vite)&lt;/p&gt;

&lt;p&gt;🧪 Basic routing and file structure&lt;/p&gt;

&lt;p&gt;It’s meant to get you productive quickly — especially if you’re already comfortable with Go and React.&lt;/p&gt;

&lt;p&gt;Give It a Try&lt;br&gt;
If you’re curious about building desktop apps with Go, check it out:&lt;br&gt;
👉 &lt;a href="https://github.com/AlexSKuznetsov/wails-template-react" rel="noopener noreferrer"&gt;https://github.com/AlexSKuznetsov/wails-template-react&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback, suggestions, or contributions. And if you’re using Wails in production or hobby projects, I’d love to hear about it!&lt;/p&gt;

&lt;p&gt;Let’s bring desktop apps back — powered by Go. 🐹🖥️&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
