Giter VIP home page Giter VIP logo

react-ssr-demo's Introduction

Server Side Rendering Demo

Renders the whole document as a single React component. Uses react-router-component for navigation. Static HTML is served for the initial HTTP request, then history.pushState is used for navigation if the client supports it.

The demo functions with Javascript turned off; you can wget pages, and bots can index them. <title> is set correctly and updated during navigation, when Page components mount.

Usage

  1. Install dependencies: npm install
  2. Build client: gulp build
  3. Start server: npm run start

Sourcemaps are enabled, but they do not work in Firefox. Use Chromium (or Chrome) for debugging.

react-ssr-demo's People

Contributors

d4goxn avatar

Watchers

 avatar

react-ssr-demo's Issues

Trim fat

The uglified JS client weighs in at 1.6 MB, for a two page demo. For some reason, React is not being uglified when it is included in the build, but that alone probably does not account for the huge file size.

If it is not feasible to shrink the build below 200K, then make sure to version it so that it can be cached forever.

Do not load JS for retards

Old IE browsers are known to fail at JS. Since we already do everything server-side when our client-side JS does not execute, let's just not include the script tag when serving an HTML page request from retarded clients. That way, they can safely pretend it's still 1999 without us having to make any major accomodations for them.

Also, not including the script tag when serving rendered HTML to googlebot should reduce load time.

Old browsers will do some funky stuff when they see new HTML5 elements, mainly just treat them all as divs, but those users have it coming.

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.