© 2022 Hashnode
#vite
Tested migrating a React 17 create-react-app using craco to Vitejs. There is a new hype saying that it is Lightning Fast to work with and I wanted to start playing around with it. Start new project I …
There are millions of "Productivity" apps right now, and using them feels more of a chore than an extension to your day-to-day workflow. I tried many productivity apps this year. However, none of them felt that they were an extension of my…
Introduction: Hi everyone 👋, This is a series of tutorials on how to build a 3D endless runner game like Subway Surfers using Three.js, Mixamo, and Vite. I called it Cave Runner, you know, because it…
Just incase you're wondering how to boost your dev server if you already got a project up and running with our beautiful react application, here I will show you how to infuse Vite into your project and experience that speed you've always wa…
Hi guys, I am your captain on this ship, and I'll be showing you typical steps to take your dev server and bundling speed to a distance farther than Mars and faster than Space-X falcon 9. Vite, pronou…
들어가면서 로컬에서 개발한 React(with. Vite) 프로젝트를 테스트용으로 배포할 일이 생겼습니다. 여러 정적 사이트 배포 방식 중, 저는 Netlify 를 선택했습니다. 워낙 쉽게 정적 사이트를 배포해주는 서비스라 배포 자체는 금방 처리되었습니다. 다만, 로컬에서 잘 접근하던 Vite 프로젝트의 환경 변수가 배포 환경에서는 정상적으로 접근하지 못했으며, 첫 렌더링 페이지 이후 새로고침(Refresh)시 Page Not…
Vite 3 has been launched with super cool built-in features to make web development faster and easier. Being relatively new, it is obvious that it would take some time to adapt to things especially when it comes to plugin libraries in contra…
I'm working on a project in my new job and as part of the project I'm trying to register some components globally. As a company we're going to build out a component library and we want to be able to u…
There are literally 100s of great React libraries to choose from, but which libraries do you need most for your React projects? In this article we're going to talk about five libraries you should use …
As a React developer, using Create React App to start new projects and run them can be a pain. Firstly, it is slow to install all the 140MB dependencies when creating a new app. Next, it uses Webpack …