Giter Site home page Giter Site logo

Doesn't work server-side about bigheads HOT 2 CLOSED

marcelscruz avatar marcelscruz commented on September 20, 2024
Doesn't work server-side

from bigheads.

Comments (2)

marcelscruz avatar marcelscruz commented on September 20, 2024 1

That makes sense, thank you for clarifying.

I believe at this point we won't be using it in our project, but I'd love to revisit this idea and potentially contribute to the project.

Have a nice one, and feel free to close this issue.

from bigheads.

RobertBroersma avatar RobertBroersma commented on September 20, 2024

Hi @marcelscruz

I'm afraid I've created this project before I entered the SSR era, and indeed Big Heads only work on the client. This is because component internally uses Math.random to make sure every component render is a different avatar. This of course yields different results during SSR and hydration.

To work around this you could implement your own API route in Next.js that generates an SVG image like I did here: https://github.com/RobertBroersma/bigheads/blob/main/site/functions/svg/svg.js You can then embed an SVG in your OG Image <img src="/your-api-endpoint.svg" />

Alternatively I'd be very open to a PR that has the BigHeads component accept a parameter for a custom RNG, enabling one to share a seed between server and client for use with a seedable RNG.

from bigheads.

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.