Creative Overflow LogoCreative Overflow

Creative Overflow

hamburger menu icon
search
Open right sidebar
  • HomeHome
  • CommunityCommunity
  • CollectionsCollections
  • Find JobsFind Jobs
  • TagsTags
  • Ask a questionAsk a question
Sign InSign InSign UpSign Up

Top Questions

How to integrate Three.js with Next.js 15 App Router while maintaining high performance?

Chevron

How to optimize GSAP animations performance in a Next.js 15 project?

Chevron

Popular Tags

nextjs

2

performance

2

gsap

1

development

1

react

1

All Questions

search icon

How to integrate Three.js with Next.js 15 App Router while maintaining high performance?

I am working on a **3D interactive menu for a restaurant** and I want to use **Three.js** inside the **Next.js 15 App Router**. My main challenges are: 1. How to prevent the 3D scene from re-rendering on every route change? 2. What is the best way to load heavy 3D models (GLTF/GLB) without blocking the main thread? 3. Should I use `react-three-fiber` or stick with vanilla Three.js for better control in a Next.js environment?

stars icon
nextjsthreejswebgl3d-graphicsperformance
Maen Ababneh

Maen Ababneh

• asked 42 minute ago• 42 minute ago
upvote icon

2 Upvotes

views icon

12 Views

answer icon

1 Answers

How to optimize GSAP animations performance in a Next.js 15 project?

I am currently building a 3D restaurant menu and a GTA VI website clone. I'm using GSAP for complex animations, but I'm noticing some frame drops on mobile devices. What are the best practices to ensure 60fps performance when using GSAP with React's lifecycle in Next.js?

nextjsgsap

1

react
development
performance
maen ababneh

maen ababneh

• asked 1 hour ago• 1 hour ago
upvote icon

1 Upvotes

views icon

8 Views

answer icon

1 Answers

stars icon