enonic / nextxp-demo

Apache License 2.0
2 stars 17 forks source link

Headless rendering #2

Closed espen42 closed 3 years ago

espen42 commented 3 years ago

Make a nextjs app that can request data by guillotine and use the input as props in nextjs components.

thomasheartman commented 3 years ago

As discussed on slack: Ideally, this app should demo all kinds of rendering: SSG, SSR, and client-side rendered.

For SSG and SSR, we can do whatever. For client-side rendering, @espen42 suggested creating an endless scroller that fetches new data client-side as you scoll down a movie list (similar to what's done in the React4XP guide).