Glossary coding Term Page

Block structure

The `<script>`

block-structure #coding#svelte
Korean version

Related Concepts

Core Idea

Block structure is The <script>, markup, and <style> sections that enforce a consistent reading order. It usually makes the most sense alongside .svelte file, export let, State.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept