
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@dyad-sh/react-vite-component-tagger
Advanced tools
A Vite plugin that automatically adds data attributes to your React components.
A Vite plugin that automatically adds data-dyad-id and data-dyad-name attributes to your React components. This is useful for identifying components in the DOM, for example for testing or analytics.
npm install @dyad-sh/react-vite-component-tagger
# or
yarn add @dyad-sh/react-vite-component-tagger
# or
pnpm add @dyad-sh/react-vite-component-tagger
Add the plugin to your vite.config.ts file:
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import dyadTagger from "@dyad-sh/react-vite-component-tagger";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), dyadTagger()],
});
The plugin will automatically add data-dyad-id and data-dyad-name to all your React components.
The data-dyad-id will be a unique identifier for each component instance, in the format path/to/file.tsx:line:column.
The data-dyad-name will be the name of the component.
Bump it to an alpha version and test in Dyad app, eg. "version": "0.0.1-alpha.0",
Then publish it:
cd packages/@dyad-sh/react-vite-component-tagger/ && npm run prepublishOnly && npm publish
Update the scaffold like this:
cd scaffold && pnpm remove @dyad-sh/react-vite-component-tagger && pnpm add -D @dyad-sh/react-vite-component-tagger
Run the E2E tests and make sure it passes.
Then, bump to a normal version, e.g. "0.1.0" and then re-publish. We'll try to match the main Dyad app version where possible.
FAQs
A Vite plugin that automatically adds data attributes to your React components.
The npm package @dyad-sh/react-vite-component-tagger receives a total of 7,270 weekly downloads. As such, @dyad-sh/react-vite-component-tagger popularity was classified as popular.
We found that @dyad-sh/react-vite-component-tagger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.