Example of the KendoReact Data Grid using Server-side rendering.
Перейти к файлу
dependabot[bot] c003c98ceb
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 01:45:51 +00: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 lodash from 4.17.15 to 4.17.21 2023-05-08 01:45:51 +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.