geovistory / website

MIT License
1 stars 1 forks source link

Create Block Manager #1

Closed joschne closed 2 years ago

gaetanmuck commented 2 years ago

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 component

How to Create Pages on the fly with Dynamic Zone

gaetanmuck commented 2 years ago

Specification validation

@gaetanmuck > OK

joschne commented 2 years ago

@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.

gaetanmuck commented 2 years ago

Development

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?