frontend - Concepts
Explore concepts tagged with "frontend"
Total concepts: 5
Concepts
- Atomic Design - A methodology for creating design systems by breaking interfaces into fundamental building blocks.
- Screenshot Driven Development - A development approach using visual screenshots as specifications and documentation for UI development.
- Server-Side Rendering - A web rendering approach where HTML is generated on the server for each request before being sent to the client.
- Single File Component - A component architecture where template, logic, and styles are co-located in a single file.
- 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