Code Monkey home page Code Monkey logo

Comments (10)

TrySound avatar TrySound commented on May 17, 2024 1

Cascading is supported for title and meta tags. Can this be closed?

from react-head.

juan-bastidas avatar juan-bastidas commented on May 17, 2024 1

Sorry, I was about to upload a demo project when I found that it was due to an error in my side, react-head is OK

from react-head.

TrySound avatar TrySound commented on May 17, 2024

Does this issue mean such api?

<Head>
  <title></title>
  <meta />
</Head>

from react-head.

tizmagik avatar tizmagik commented on May 17, 2024

It means something like this:

<div>
  <Title>Some upper title</Title>
  <div>
    <div><Title>Some nested title</Title></div>
  </div>
</div>

Once the rendering is done, the "winning" Title should be Some nested title

from react-head.

TrySound avatar TrySound commented on May 17, 2024

What is the current behaviour? The winner is the first one?

from react-head.

tizmagik avatar tizmagik commented on May 17, 2024

Yes, I believe so

from react-head.

TrySound avatar TrySound commented on May 17, 2024

I checked it. Seems like it is browser behaviour. They love to make things harder.

from react-head.

tizmagik avatar tizmagik commented on May 17, 2024

Yes, I think so. Thanks @TrySound

Closed via #39 and #37

from react-head.

juan-bastidas avatar juan-bastidas commented on May 17, 2024

Is there a way to about some Links to be duplicated, especially canonical?
I've found it repeated 3 times

<link rel="canonical" content="http://jeremygayed.com/" />

from react-head.

tizmagik avatar tizmagik commented on May 17, 2024

@juan-bastidas mind creating a new issue? I'm not sure what's the use case to avoid duplicate canonical links -- that's not typically a tag that needs to cascade, but I'd be happy to review your use case in more detail in a new issue.

from react-head.

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.