lucianfelix / sparkle-demo

Home Page:ssr-sparkle-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adobe Sparkle SSR

This is derivative fork of https://github.com/lucianfelix/sparkle-demo demonstrating mixed rendering with Next.js:

    • Static Site Generation (built time html generation, and reused at each request)
    • regular Server-side Rendering (html is generated on each request)

In both situations data fetching happens server side.

Note that the original uses Client Side Rendering with React. Same components are used here, only the data fatching functions are diferent.

See origin readme for more info.

Using (https://ssr-sparkle-demo.vercel.app/?debugAnim=instant0 will skip the initial fade-in.

About

ssr-sparkle-demo.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 89.2%Language:SCSS 8.9%Language:HTML 1.9%