Skip to content

Performance Boost and UI Overhaul

Latest
Compare
Choose a tag to compare
@Drish-xD Drish-xD released this 28 Apr 07:45
· 8 commits to main since this release
1e93022
  • Moved from Next.js' SSR (Server side rendering) --> SSG (Static site generation)
  • Moved from Gsap's context --> useGsap which is optimized for React.js.
  • Make animations smoother and consistent over the website for better UI.
  • Moved from legacy styled components --> modular SCSS styled components
  • Removed react-transition-group, and created custom page transitions using next.js' Templates
  • Optimized Images to use custom loaders and blur placeholder for fast loading.
  • Add debounce/throttle to some animations to prevent unnecessary fast re-renders.
  • Removed the unnecessary packages and files.
  • Used contentful for content management (Projects | About | Skills | Links)
  • Revamped the file architecture for better management.
  • Added GTM tags for user/event tracking and web-vitals tracking.