Giter Site home page Giter Site logo

Comments (5)

tirthbodawala avatar tirthbodawala commented on May 9, 2024 1

@dav-is I must agree the link you provided above is really helpful, I changed from render to Hydrate and the performance increased by 8%. That's a biggie. Thanks again. Will update master soon.

from react-pwa.

tirthbodawala avatar tirthbodawala commented on May 9, 2024

Hi @dav-is thanks for reporting the updates regarding SSR in react 16. I am definitely going to address it today.
But regarding the issue "SSR content Doesn't Match Content on Client" well its Folding, its a provided feature with the framework very essential for SEO
Have a look at the following link:
https://seo-hacker.com/above-fold-affects-seo/
We need to only transmit data that is in view port other data can be loaded later, this is to improve server performance and load the data later till the user is looking at above the fold content.

The Fold component is located in
src/core/components/fold
And our home component is using the fold component as

....
<Fold>
    <p>Some other paragraph</p>
    <picture of mario />
</Fold>
....

But am definitely going to give a look into SSR with React 16. Thanks for reporting.

from react-pwa.

dav-is avatar dav-is commented on May 9, 2024

from react-pwa.

tirthbodawala avatar tirthbodawala commented on May 9, 2024

@dav-is Most of the search engines does support loading deferred JavaScripts, Thus it will wait till the JavaScript mentioned at bottom of page is loaded, but that is not the case with all Search Engines. So the folding of content is optional. If its really important to the user, then it should not be folded.

But I wanted this framework to offer most of the SEO tools easily available for best performance.
With the Fold component one can place a placeholder like "Loading fold content... Please wait..." or a simple loader so user knows that there is going to be more once the whole page is loaded.

As google says "Only the view port is important for indexing the whole site."

We are working on documentation and writing wiki, you can check out 2/3 pages we created. We are working a lot on this boilerplate to test it properly and provide end-users with best examples.

from react-pwa.

tirthbodawala avatar tirthbodawala commented on May 9, 2024

@dav-is for full performance of PWA please check that you are running on HTTPS and HTTP2 protocol.

from react-pwa.

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.