#vite
Read more stories on Hashnode
Articles with this tag
JavaScript is not a statically typed language. TypeScript gives you the illusion that there are types during development but once it's compiled into...
I'm making a tilt component atm and wanted to make it respond to gyroscope (device orientation) changes. there were some caveats with testing it...
When you first make a React app with Vite, you have the option to choose either JavaScript or TypeScript as your preferred language. but what if you...
Just follow these simple steps: 1. Install the gh-pages package (ctrl+~ to open the terminal in VS Code) npm install gh-pages --save-dev 2. In the...