Skip to content

Releases: Drish-xD/Devfolio

Performance Boost and UI Overhaul

28 Apr 07:45
1e93022
Compare
Choose a tag to compare
  • 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.

Created Devfolio

27 Apr 13:48
bbf8dd0
Compare
Choose a tag to compare

Developed a modern, creative and interactive portfolio using gsap. lenis, nextjs and contentful.

  • Used gsap's context api for managing animations.
  • Used react-lenis to control scroll for smoothness.
  • Created CMS to manage projects using contentful.
  • Hosted on Vercel.
  • Uses next.js' SSG to generate pages performatively.