Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: ViteReact
How to use Environment Variables in Vite(React Template Example) – React Dev Feed

How to use Environment Variables in Vite(React Template Example) tl:dr — Use import.meta.env instead of process.env Vite is a handy build tool when you want to spin up a quick react application. In this guide, I will walk you through how to use environment variables inside a react application template created though vite. Prerequisites: This guide…