<?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: Vlad Niculescu</title>
    <description>The latest articles on DEV Community by Vlad Niculescu (@vlad_niculescu).</description>
    <link>https://dev.to/vlad_niculescu</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%2F1131682%2F341e2a07-c492-4775-886a-aeb965443474.jpg</url>
      <title>DEV Community: Vlad Niculescu</title>
      <link>https://dev.to/vlad_niculescu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vlad_niculescu"/>
    <language>en</language>
    <item>
      <title>Frontend code reviews have a visibility problem</title>
      <dc:creator>Vlad Niculescu</dc:creator>
      <pubDate>Tue, 16 Jun 2026 13:50:49 +0000</pubDate>
      <link>https://dev.to/vlad_niculescu/frontend-code-reviews-have-a-visibility-problem-20n5</link>
      <guid>https://dev.to/vlad_niculescu/frontend-code-reviews-have-a-visibility-problem-20n5</guid>
      <description>&lt;p&gt;Most frontend pull requests are reviewed using a combination of code diffs, screenshots, and preview deployments.&lt;/p&gt;

&lt;p&gt;The problem is that none of these show the actual user experience.&lt;/p&gt;

&lt;p&gt;A reviewer might verify that a page loads correctly, but they rarely have time to click through every flow, test every interaction, or compare the experience before and after the change.&lt;/p&gt;

&lt;p&gt;As a result, the issues that often slip through aren’t broken builds—they’re subtle UX regressions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Layout shifts&lt;/li&gt;
&lt;li&gt;Broken mobile experiences&lt;/li&gt;
&lt;li&gt;Multi-step flow issues&lt;/li&gt;
&lt;li&gt;Animation glitches&lt;/li&gt;
&lt;li&gt;Unexpected interaction changes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Preview deployments help, but they still require reviewers to manually discover what changed.&lt;/p&gt;

&lt;p&gt;I’m curious how other teams approach frontend reviews.&lt;/p&gt;

&lt;p&gt;Do you rely on screenshots, preview environments, Storybook, visual regression testing, or something else?&lt;/p&gt;

&lt;p&gt;P.S. We kept running into this problem ourselves and ended up building an open-source tool called PR Preview that automatically generates before/after videos for pull requests so reviewers can see the visual impact of a change.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>frontend</category>
      <category>testing</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
