Skip to content

Where does Plenti sit in its rendering patterns for web apps? #257

Answered by jimafisk
jamestagal asked this question in Q&A
Discussion options

You must be logged in to vote

We have aspects of several rendering strategies. Fundamentally Plenti creates static websites, but that's the fallback behavior because Plenti also automatically hydrates into an SPA. That's exactly the technique Jeff describes as server-side rendering with hydration, but the real differentiation is when this process happens. He's discussing the SSR taking place on each web request, in Plenti the SSR takes place at build time... and as I watch the video further I see he mentions SSG with hydration - this is exactly what we're doing. So you're 100% right @jamestagal, it's number 5.

I see that Plenti is now a Build-Time Render (BTR) Engine

That's just me trying to popularize a different w…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jamestagal
Comment options

@jimafisk
Comment options

Answer selected by jamestagal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants