olatunde ibitoyehorlartundhey.hashnode.dev·Oct 3, 2023How to Create an Accordion with React + Vite for a FAQ Section.Introduction: This article talks about building an accordion component as our project, for a FAQ section. We will look at this as a step-by-step guide. Check out this Article titled Building React App with Vite to get started with the template being...DiscussReact
Ashish Yadavashishcodes.hashnode.dev·Oct 1, 2023CRA vs Vite vs NextJSChoosing the right tool for your React application development is a crucial decision, and the comparison between 'create-react-app' (CRA), 'Vite,' and 'Next.js' can help you make an informed choice. create-react-app (CRA): create-react-app is a popul...Discuss·10 likesreact js
Michael Victoryourmixjnr.hashnode.dev·Sep 28, 2023Supercharge Your Frontend Development with Vite: A Fast and Furious Guide - Part 1Introduction In the fast-paced world of web development, speed matters. And when it comes to frontend development, Vite is here to make sure you don't waste a single second. Imagine a development environment where your code changes are reflected in t...Discussvite
Manish Sahanimanishsahani.hashnode.dev·Sep 25, 2023Vite + ReactSetting Up a React.js Project with Vite: A Quick and Efficient Guide When it comes to developing modern web applications with React.js, having a fast and efficient development environment can greatly boost productivity. This is where Vite comes into ...Discuss·6 likesvite
olatunde ibitoyehorlartundhey.hashnode.dev·Sep 22, 2023Getting Started: Building a React App with ViteIntroduction React Js, is an ever-evolving javascript framework, and in this article, we will look at how to set up a React app using the Vite build tool and create a simple Accordion project in React JS. Before we jump into this, let's quickly look ...Discuss·6 likes·31 readsReact
Nishit Bariyanishithacks.hashnode.dev·Sep 19, 2023How to Use Environment Variables in Vite (React Template Example) and in CRA (Create React App)In this article, I am talking about how we can hide our sensitive information through .env When developing React applications, it's often necessary to manage environment-specific configurations such as API endpoints, API keys, or other sensitive inf...Discuss·1 likeReact
KIRAN PKblog.kiranpk.dev·Sep 19, 2023How to Implement a Simple Cache Invalidation System in Vue.jsBefore we delve into the mechanics of cache invalidation, let's clarify what caching is. A cache, often referred to as a web cache, is a technology designed to store copies of web content, such as web pages, images, and other resources, closer to end...DiscussVue.js
Bhanumetimetraveler.hashnode.dev·Sep 11, 2023Vite - The Modern JS Build ToolWhat is Vite? Vite is a modern JS build tool that used for building fast and optimized web applications. It uses a modern build system and a fast development server to provide a streamlined and efficient development experience. Vite vs Other Build To...Discuss·1 likevite
Ignacio Andrés Miranda Figueroaigna.hashnode.dev·Sep 10, 2023⚛️⚡ Vite + React + Typescript Component Library Template: Setup Explanation 🛠️Some months ago I created a component library template using Vite and React, and the community has given it so much love and support! I'd like to first thank you all for the feedback and recommendations you have made (: also thanks to future devs tha...Discuss·11 likes·201 readsvite
Yogeshyogesh128.hashnode.dev·Sep 10, 2023Change relative path to alias import in vite react-typescriptIn modern react applications relative imports look like weired. So I will guide the step-by-step approach to setting up alias path import in this article. Step 1: In the tsconfig.json file change baseurl to './' or "./src". Step 2:Then In the second...Discuss·3 likesReact