Skip to content

HealthTeacher/nextjs-rnw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextjs-rnw

Test case for integrating Next.js and react-native-web. The current approach breaks server rendering the critical styles.

Steps to Reproduce

  1. Clone this repository.
  2. yarn install
  3. yarn start
  4. Open http://localhost:3000
  5. Disable JavaScript in your browser.
  6. Refresh the page.

Expected Result

The "critical" styles for the page are rendered by the server.

Actual Result

The "critical" styles for the page are missing.

Notes

About

Test case for Next.js and react-native-web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published