rendering - Concepts
Explore concepts tagged with "rendering"
Total concepts: 2
Concepts
- Server-Side Rendering - A web rendering approach where HTML is generated on the server for each request before being sent to the client.
- Static Site Generation - A web building approach where HTML pages are pre-generated at build time rather than on each request.
← Back to all concepts