Skip to content

Index, Glossary, Terms Page #134

@AlexanderKaran

Description

@AlexanderKaran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions