Skip to content

a demo project with StencilJS 4.22.3 and NextJS15 SSR

Notifications You must be signed in to change notification settings

GtaExFab/stenciljsnextjs15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextjs15StencilSSR

Install all package on root folder ->

npm install

Build projects in package with stencil-components ->

npm run build

react-library ->

npm run build

react-library-ssr ->

npm run build

nextjs15 ->

npm run dev

Try page client with client rendering -> OK http://localhost:3000/client

Try page server with server side rendering -> KO. http://localhost:3000/server

Page make a 500 error and switch to client mode with error.

if you use

npm run build

A lot of errors are generated

About

a demo project with StencilJS 4.22.3 and NextJS15 SSR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published