Coder Social home page Coder Social logo

Comments (4)

LB22 avatar LB22 commented on September 6, 2024 2

@treetreet0rrm0uth Do you have a working example like a repo/jsfiddle or similar? I believe I want to use NET or WAVES as the background in root layout. Would be greatly appreciated 😄

from vanta.

33tm avatar 33tm commented on September 6, 2024

The backgrounds that use Three should have the same process as using React.

Regarding the backgrounds that use p5, I was able to use it in Next by following the same steps as React, but with some minor changes.

  • First, I added "use client" to the top of the file, to indicate to Next to run the page client-sided.
  • Then, I imported the background component just created using next/dynamic, like this:
    const Background = dynamic(() => import("@/components/background").then(mod => mod.Background), { ssr: false })
    (Make sure to change the variable name and path for your needs~~)

Hope this brings you success, I struggled with this problem too 😅

from vanta.

s-alad avatar s-alad commented on September 6, 2024
  • const Background = dynamic(() => import("@/components/background").then(mod => mod.Background), { ssr: false })

Do you have an example? I deal with [VANTA] Init error TypeError: T is undefined after following your steps.

from vanta.

umutkamanoglu avatar umutkamanoglu commented on September 6, 2024

@treetreet0rrm0uth Do you have a working example like a repo/jsfiddle or similar? I believe I want to use NET or WAVES as the background in root layout. Would be greatly appreciated 😄

I absolutely agree. there is a small documentation for react but it would be nice to create a documentation for next.js as well.

from vanta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.