DEV Resources

Frameworks Resources

Explore curated tools and resources for Frameworks

ASP.NET Core
ASP.NET Core
backend/csharp/enterprise
ASP.NET Core is a cross-platform, high-performance framework developed by Microsoft. It supports building APIs, web apps, and even cloud services with excellent scalability.
Spring Boot
Spring Boot
backend/java/enterprise
Spring Boot is a Java framework for building production-grade web apps and microservices. It minimizes configuration and offers built-in dependency management.
Laravel
Laravel
backend/php/cms
Laravel is a PHP framework known for its elegant syntax and developer-friendly features. It comes with built-in routing, authentication, and templating. It simplifies backend development dramatically.
Flask
Flask
backend/python/microframework
Flask is a microframework in Python designed for small to medium web apps. It’s lightweight, flexible, and easy to scale with extensions. Great for APIs and minimal backends.
Django
Django
backend/python/fullstack
Django is a high-level Python framework that encourages rapid development with clean, pragmatic design. It includes ORM, authentication, and admin panel out of the box.
Express.js
Express.js
backend/nodejs/api
Express is a fast, unopinionated Node.js framework for building web servers and APIs. It’s minimalistic but very powerful. Express forms the backbone of many backend and full-stack applications.
Nuxt.js
Nuxt.js
fullstack/vue/seo
Nuxt.js is a framework built on Vue that provides SSR (Server-Side Rendering) and static site generation. It helps create fast, SEO-friendly applications easily. Nuxt simplifies routing and file structure for developers.
Svelte
Svelte
frontend/javascript/lightweight
Svelte compiles your code to pure JavaScript at build time instead of using a virtual DOM. This makes apps super fast and lightweight. It’s one of the most modern frameworks with minimal boilerplate.
Angular
Angular
frontend/typescript/enterprise
Angular is a full-fledged frontend framework maintained by Google. It uses TypeScript and follows MVC architecture. With powerful tooling, routing, and form validation, it’s perfect for enterprise-grade applications.
Vue.js
Vue.js
frontend/javascript/reactive
Vue.js is a progressive JavaScript framework for building user interfaces. It’s lightweight, flexible, and easy to integrate. Vue offers two-way data binding and reactive components similar to React and Angular but simpler.
Featured
Next.js
Next.js
fullstack/react/seo
Next.js is a React framework that enables server-side rendering, static site generation, and API routes. It’s optimized for SEO and performance. Developers love it for its simplicity, file-based routing, and full-stack capabilities.
React.js
React.js
frontend/javascript/ui
React is a JavaScript library developed by Facebook for building fast, reusable UI components. It uses a virtual DOM for efficient updates and supports component-based architecture. React makes dynamic web apps easy to build and scale.