Closed joschne closed 2 years ago
@gaetanmuck > OK
@gaetanmuck how are the components imported by next.js in the context of this poc (before they are on npmjs)?
@gaetanmuck answer:
Via npm link
.
Specifications updated.
Thanks to the Strapi API, our web server can fetch pages content and render the right components accordingly of what users have put on the cms.
How to test it: see https://github.com/geovistory/cms/issues/1#issuecomment-1109397652
@joschne are the specifications met?
Specifications
Given the component available from Stencil components via a
npm link
, make Nextjs able to request strapi, fetch the content of pages (via json) and render the correct componentHow to Create Pages on the fly with Dynamic Zone