Mwelwa Nkuta

Results 34 comments of Mwelwa Nkuta

I had been experiencing the same issue. I thought maybe this was because the the Facebook and or twitter bots just scrape for the html and do not run the...

@rohan2734 i understand, a simple fix is pre-rendering. if your routes are not dynamic it goes through them and creates a separate html file for each of them. but if...

If the title and meta tags don't change on those routes then pre-rendering should work. As long as the meta tags are not receiving data from the database it should...

That's a tough one then, you could read this article talking about SEO strategies, hope you find something that helps, would love to hear how it goes. https://www.toptal.com/react/react-seo-best-practices

I was looking at the thenewboston developers' organization right here on GitHub it seems like they used a package called called react-helmet-async I haven't gone through it yet, but it...

@noblez-90z, running the below command will create the npm directory which currently doesn't exist. ```bash npm install npm -g ``` as an alternative you can manually create the folder. ```bash...

is this issue still open?

Are there any plans to release the videoplayer component?