
Pengenalan SvelteKit untuk Pemula
Loading...
#svelte
#javascript
#web-development
#tutorial
Pengenalan SvelteKit
SvelteKit adalah framework full-stack yang powerful…
Fitur Utama
- ✅ Server-side rendering
- ✅ Static site generation
- ⬜ Streaming (coming soon)
Feature | SvelteKit | Next.js |
---|---|---|
Bundle size | Smaller | Larger |
Learning curve | Easier | Steeper |
// Contoh kode dengan syntax highlighting
export function createCounter() {
let count = 0;
return {
increment: () => ++count,
get value() {
return count;
}
};
}
Note: Ini adalah blockquote dengan GitHub styling
Text yang dicoret dan text yang bold.
Example headings
Sample Section
This’ll be a Helpful Section About the Greek Letter Θ!
A heading containing characters not allowed in fragments, UTF-8 characters, two consecutive spaces between the first and second words, and formatting.
This heading is not unique in the file
TEXT 1
This heading is not unique in the file
TEXT 2
Links to the example headings above
Link to the sample section: Link Text.
Link to the helpful section: Link Text.
Link to the first non-unique section: Link Text.
Link to the second non-unique section: Link Text.