Skip to content

calibreapp/react-server-components-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Server Component Test

This repository aims to test React Server Components & client-side bundles.

It:

  • Has production sourcemaps enabled
  • Uses webpack/babel defaults (not swc, as that appears to be broken atm)
  • Has concurrentFeatures & serverComponents enabled
  • Is deployed to react-server-components-test.vercel.app.

What happens:

  • moment.js is included in index.server.js
  • moment.js appears as a client-side bundle

What I expected:

  • moment.js not to be included as a client-side bundle

image