Tag: vite
-
Frontend Tips: Boost Productivity With This Vite Technique
Vite is the best and blazing fast frontend build tool. It includes all feature for developer to build web application faster, like HMR (Hot Module Replacement), build tools, plugins and build on top Rollup. I was using this tool for a couple years, but I just found some tips to increase productivity. It’s a small…
Written by
-
Indicator Navigation Animation: Using GSAP and tailwindcss
Day 1 create navigation indication animation, inspired by this page. I love how moving around the indicator of nav bar. I re-create this using vite, tailwind and gsap. First of all, I create html code And then, these basic structure is enough with nav-indicator as button–moving–thing. and then I add javascript script to make it…
Written by