<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0" -->

---
title: Testing Web Components: A Journey from Vue2 to Vite and...
description: The Seller Hunt team faced problems with their projects developed with vue2, and they decided to move to a new technology stack using React and Vite. They also...
canonical: https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Testing Web Components: A Journey from Vue2 to Vite and React | daily.dev
og:description: The Seller Hunt team faced problems with their projects developed with vue2, and they decided to move to a new technology stack using React and Vite. They also...
og:url: https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0
og:image: https://api.daily.dev/og/posts/xPK8UtkC0.png
og:image:alt: Testing Web Components: A Journey from Vue2 to Vite and React
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing Web Components: A Journey from Vue2 to Vite and React

**[Trendyol Tech](https://daily.dev/sources/trendyoltech)** · 4 min read · 0 upvotes · 0 comments

## Summary

The Seller Hunt team faced problems with their projects developed with vue2, and they decided to move to a new technology stack using React and Vite. They also found a method for running unit tests with web components.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/trendyol-tech/testing-web-components-a-journey-from-vue2-to-vite-and-react-6946c3f8a35f?source=rss----c659d22bee68---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react), [#testing](https://daily.dev/tags/testing), [#vite](https://daily.dev/tags/vite), [#vitest](https://daily.dev/tags/vitest), [#web-components](https://daily.dev/tags/web-components)

[View this post on daily.dev](https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Testing Web Components: A Journey from Vue2 to Vite and React","url":"https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0"},"datePublished":"2023-11-30T10:29:03.328Z","dateModified":"2024-07-02T02:15:37.223Z","description":"The Seller Hunt team faced problems with their projects developed with vue2, and they decided to move to a new technology stack using React and Vite. They also...","image":"https://miro.medium.com/v2/da:true/resize:fit:1021/1*5V5MXtK9aTaIfFFJSUct_Q.gif","thumbnailUrl":"https://miro.medium.com/v2/da:true/resize:fit:1021/1*5V5MXtK9aTaIfFFJSUct_Q.gif","isAccessibleForFree":true,"articleSection":"Trendyol Tech","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Trendyol Tech","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/67480ca531174b03952be35abd6572a9","url":"https://daily.dev/sources/trendyoltech"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/testing-web-components-a-journey-from-vue2-to-vite-and-react-xpk8utkc0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"react,testing,vite,vitest,web-components","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Trendyol Tech","item":"https://daily.dev/sources/trendyoltech"},{"@type":"ListItem","position":3,"name":"Testing Web Components: A Journey from Vue2 to Vite and React"}]}
```

