-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
As you can see defining terms for things like SSR, SPA, MPA can be tricky #71
We need a index page that explains what each term means and then we can also add to how we use it in this project.
Some background notes from Discord:
James — 17:55
if we were to group things, i think its more like this:
Types of app:
SPA
MPA
Types of rendering:
SSG
SSR (and all its various flavours)
None (you're just serving a bundled app from an unrelated web server)
i could statically generate an SPA or an MPA for example.
or i could serve up an SPA or an MPA from a server.
or i could build an SPA or an MPA as a bundle and serve it from a static web server
etc
so this means a typical RSC setup is just an MPA using SSR, but their choice of hydration is basically a custom RPC implementation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers