Mustafa Dalgasft.hashnode.dev·May 22, 2023Streamlining React.js Production Builds — A Problem Solved!While developing applications, we often find ourselves juggling between two environments — testing and production. In the realm of React.js, our favourite library for testing is the Testing Library. It’s a powerful tool that allows us to easily selec...DiscussReact.jsReact
Mustafa Dalgasft.hashnode.dev·May 20, 2023Streamlining Vue.js Production Builds with a Custom Vite Plugin: Removing Unnecessary AttributesIntroduction: In the dynamic world of Vue.js application development, testing is a cornerstone to ensure the quality and reliability of our applications. When testing our Vue components, we often use the Testing Library, which provides a simple and c...Discuss·168 readsVue.jsremove attribute