IT lexicon Programming Framework

Framework

Programming På svenska → Updated: 2026-05-23

A pre-built structure that handles common tasks so you can focus on your specific business logic.

Difference from a library: you call a library when you need it; a framework calls you — it controls the app's lifecycle and you fill in the forms.

Common: React (UI, JavaScript), Laravel (PHP), Django (Python), Rails (Ruby), SvelteKit (modern JS), Next.js (React + server).

← Back to the lexicon