Files
mypage/content/blog/tech/articol-tehnic.md
RJ a039528fb3 🖼️ added images support
- Should investigate how to resize the image from .md specs
2025-12-02 22:29:24 +00:00

934 B

title, description, date, author, category, tags, draft
title description date author category tags draft
Articol Tehnic din Subdirector Test pentru subdirectoare și organizare ierarhică 2025-01-10 Tech Writer Tehnologie
nextjs
react
typescript
false

Articol Tehnic

Acesta este un articol stocat într-un subdirector pentru a testa funcționalitatea de organizare ierarhică.

Next.js și React

Next.js este un framework React puternic care oferă:

  • Server-side rendering (SSR)
  • Static site generation (SSG)
  • API routes
  • File-based routing

Exemplu de cod TypeScript

interface User {
  id: number
  name: string
  email: string
}

async function fetchUser(id: number): Promise<User> {
  const response = await fetch(`/api/users/${id}`)
  return response.json()
}

Use of coolers

  • Use of coolers

Concluzie

Subdirectoarele funcționează perfect pentru organizarea conținutului!