/meteor-server-render-test

Test meteor server-render package

Primary LanguageJavaScript

This repository is created to test meteor package server-render

The example renders the app on the server with onPageLoad method.

On the client it loads small bundle only by default: /client/main.js.

Conditionally client can load full app bundle /client/app.js with dynamic import.