Example of the KendoReact Data Grid using Server-side rendering.
Перейти к файлу
Stefan Stefanov 97132b6b71
Merge pull request #1 from telerik/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-08 09:41:16 +03:00
public initial commit 2020-02-18 16:13:14 +02:00
server initial commit 2020-02-18 16:13:14 +02:00
src initial commit 2020-02-18 16:13:14 +02:00
LICENSE Initial commit 2020-02-18 16:11:56 +02:00
README.md Update README.md 2020-02-18 16:16:46 +02:00
package.json initial commit 2020-02-18 16:13:14 +02:00
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-07 21:01:42 +00:00

README.md

Setup

To start the project and use the Server-side rendering execute the following commands:

  1. yarn install
  2. yarn build
  3. yarn ssr

The applciation should be loaded on locahost:8000.

Inspect the received index.html file to observed how the KendoReact Grid is received pre-rendered on the server.