Web frameworks

[ follow ]
Web frameworks
fromNeutralino
1 day ago

Framework | Neutralinojs

Neutralinojs adds runtime borderless toggling, custom Chrome binary option, DPI-aware sizing, extra path constants, numerous platform fixes, and embedded resource single-executable support.
Web frameworks
fromInfoWorld
19 hours ago

Kotlin-based Ktor 3.4 boosts HTTP client handling

Ktor 3.4 adds runtime endpoint documentation with a compiler plugin, OkHttp duplex streaming for HTTP/2, and Zstd compression support.
Web frameworks
fromLogRocket Blog
4 days ago

A dev's guide to Tailwind CSS in 2026 - LogRocket Blog

Tailwind CSS remains highly popular, but AI-driven code generation sharply reduced documentation traffic and Tailwind Labs' revenue, prompting major layoffs and strategic reassessment.
fromInfoWorld
4 days ago

Tailwind, AI, and building the future of software

But the nature of web design has changed since CSS was first built. Most frameworks, whether it be Angular, React, or Astro, have become component-based. But even those components were designed to separate CSS and HTML. For instance, in Angular, a component consists of three files: a TypeScript file, an HTML file, and a CSS file. But those components are becoming more and more granular.
Web frameworks
#django
fromRealpython
1 week ago

Episode #280: Considering Fast and Slow in Python Programming - The Real Python Podcast

Christopher shares an article titled "The Uselessness of 'Fast' and 'Slow' in Programming." It digs into how the different aspects of software performance span a wide range of orders of magnitude, and how developers can obsess over irrelevant performance details, often losing more time working in suboptimal environments than building what they need with tools they already know. We also discuss an article about why uv is fast, which explains how most of its speed comes from engineering decisions rather than just being written in Rust.
Web frameworks
Web frameworks
fromInfoWorld
1 week ago

Astro web framework maker merges with Cloudflare

Cloudflare acquired Astro; Astro remains open source MIT, retains open governance and deployment flexibility, and released Astro 6 beta with redesigned development server.
Web frameworks
fromInfoWorld
1 week ago

React tutorial: Get started with the React JavaScript library

React enables building fast, component-based web front ends using JSX, integrates with tools like Vite, and benefits from a large ecosystem and tooling.
fromInfoQ
1 week ago

Django Releases Version 6.0 with Built-In Background Tasks and Native CSP Support

Django, the Python web framework, has released Django 6.0, delivering a collection of developer-focused features, security enhancements, and performance improvements aimed at modernizing web application development. Django 6.0 introduces several major features, including a built-in background tasks framework, native Content Security Policy support, template partials for component-based development, and adoption of Python's modern email API. The release also includes support for Python 3.12, 3.13, and 3.14, while dropping support for Python 3.10 and 3.11.
Web frameworks
Web frameworks
fromLogRocket Blog
3 weeks ago

Anti-frameworkism: Choosing native web APIs over frameworks - LogRocket Blog

Modern browsers natively solve many frontend needs; frameworks should be adopted only when native APIs and performance trade-offs are insufficient.
#python
fromRealpython
3 weeks ago
Web frameworks

Episode #278: PyCoder's Weekly 2025 Top Articles & Hidden Gems - The Real Python Podcast

fromRealpython
3 weeks ago
Web frameworks

Episode #278: PyCoder's Weekly 2025 Top Articles & Hidden Gems - The Real Python Podcast

Web frameworks
fromScala.js
3 weeks ago

Announcing Scala.js 1.20.2

Scala.js 1.20.2 improves performance for JavaScript and WebAssembly backends and upgrades the standard library to match Scala 2.12.21 and 2.13.17.
#astro
Web frameworks
fromMedium
3 weeks ago

Scala Dependency Injection for Java Developers (Part 4): Bugs Spring Allows That Scala Prevents

Scala's explicit, compile-time dependency injection catches missing and misqualified dependencies that cause runtime errors in Spring.
Web frameworks
fromRubyflow
3 weeks ago

Test projects now at Telegem

Telegem is a modern async-first Ruby framework for building and interacting with the Telegram Bot API, focused on conversations, middleware, and DSL-based logic.
Web frameworks
fromInfoWorld
3 weeks ago

Back to the future: The most popular JavaScript stories and themes of 2025

Nitro provides a universal deployment engine that abstracts runtimes, enabling portable server-side JavaScript across Node, Cloudflare Edge, and other deployment targets.
fromInfoWorld
3 weeks ago

Intro to Hotwire: HTML over the wire

If you've been watching the JavaScript landscape for a while, you've likely noticed the trend toward simplicity in web application development. An aspect of this trend is leveraging HTML, REST, and HATEOAS (hypermedia as the engine of application state) to do as much work as possible. In this article, we'll look at Hotwire, a collection of tools for building single-page-style applications using HTML over the wire.
Web frameworks
Web frameworks
fromInfoQ
1 month ago

Nuxt Introduces Native Request Cancellation and Async Handler Extraction for Performance Gains

Nuxt 4.2 adds abort control for data fetching, experimental TypeScript plugin support, enhanced error handling, and async data handler extraction for performance gains.
fromInfoQ
1 month ago

oRPC Releases Version 1.0 with OpenAPI Support and End to End Type Safety

At the core of oRPC's design philosophy is what the team calls "powerful simplicity." Developers can define API endpoints with a syntax that feels similar to writing standard functions, while automatically gaining production features like OpenAPI specification generation, server action compatibility, and contract-first workflow support. The library supports multiple schema validators out of the box, including Zod, Valibot, and ArkType, without requiring additional configuration.
Web frameworks
Web frameworks
fromInfoWorld
1 month ago

Spring Boot tutorial: Get started with Spring Boot

Spring Boot streamlines Spring with convention-driven defaults, dependency injection, and out-of-the-box packages to simplify Java web application configuration and common tasks.
fromInfoQ
1 month ago

New Front-End Framework Ripple Blends React and Svelte Together

Ripple is a new open-source front-end framework taking ideas from React, SolidJS, and Svelte into a TypeScript-first, component-oriented, JSX-like compiled language with fine-grained reactivity and scoped CSS. Created by Svelte maintainer Dominic Gannaway, Ripple offers a reactivity system with automatic dependency tracking, and direct DOM updates without a virtual DOM. Ripple aims to support better debugging through AI agents. The following code sample exemplifies many of the core Ripple features:
Web frameworks
Web frameworks
fromInfoQ
1 month ago

ASP.NET Core in .NET 10: Major Updates Across Blazor, APIs, and OpenAPI

ASP.NET Core in .NET 10 delivers major improvements across Blazor, Minimal APIs, OpenAPI generation, authentication, diagnostics, runtime behavior, and security.
Web frameworks
fromInfoQ
1 month ago

Vike Releases Photon with Next-Gen JavaScript Deployment Infrastructure and Cloudflare Integration

Photon provides universal infrastructure for deploying JavaScript servers across platforms, replacing vike-server and enabling framework-agnostic deployments with improved Cloudflare workerd-based development and seamless platform APIs.
Web frameworks
fromLogRocket Blog
1 month ago

tRPC vs oRPC: Which is better for your next TypeScript project, and why? - LogRocket Blog

Choose tRPC for simple TypeScript-only workflows; choose oRPC when OpenAPI and cross-language integrations (Python, mobile, third-party) are required.
#nextjs
fromInfoQ
1 month ago
Web frameworks

Vercel's Next.js 16: Explicit Caching, Turbopack Stability, and Improved Developer Tooling

Next.js 16 introduces explicit Cache Components, stable Turbopack default, improved routing with layout deduplication, and AI-powered debugging via the Model Context Protocol.
fromInfoQ
1 month ago
Web frameworks

Vercel's Next.js 16: Explicit Caching, Turbopack Stability, and Improved Developer Tooling

fromSitePoint Forums | Web Development & Design Community
1 month ago

What if you drive a bumpy journey off road?

Coming from the framework world with its wide streets, I've learned that all the magic and convenience comes with a hidden price tag. Every new version brought extra maintenance, dependency chains, and features I never asked for but had to carry. My move to the web has been a bumpy road - acronyms, frameworks, libraries everywhere. To make sense of it, I decided to document my journey.
Web frameworks
fromVue.js Jobs
1 month ago

Flanks Senior Vue Nuxt Frontend Engineer - VueJobs

Flanks is shaking up the wealth management industry by making it simpler and way more efficient for financial institutions. Our SaaS platform is designed to help banks, family offices, and wealth managers get a full picture of their clients' financial assets-all in one place. 💼💡 Founded in 2019 and based in Barcelona, we've brought together a team of passionate wealth management and tech pros, all with a shared goal: to change how wealth management is done.
Web frameworks
#nicegui
Web frameworks
fromInfoWorld
2 months ago

Writing code is so over

Web development evolved from single-file HTML pages with decorative GIFs and blinking text to dynamic JavaScript/CSS experiences, jQuery DOM control, and many JavaScript frameworks.
Web frameworks
fromLogRocket Blog
2 months ago

Ripple over React? Evaluating the newest JS framework - LogRocket Blog

RippleJS rethinks UI frameworks with a TypeScript-first, reactive-primitives approach that improves type safety and developer ergonomics over JSX-centered patterns.
Web frameworks
fromInfoQ
2 months ago

Google Ships Angular 21: Signal Forms, Zoneless Migration, and AI-First Tooling

Angular 21 advances reactivity with experimental Signal Forms, makes zoneless change detection the default, and adds AI-powered developer tooling and improved build tooling.
Web frameworks
fromgithub.com
2 months ago

Ant Design 6.0 is Here! Issue #55804 ant-design/ant-design

Ant Design v6 released with React minimum raised to 18, smooth migration from v5, performance and compatibility optimizations for React 19+, and improved component semantics.
Web frameworks
fromInfoQ
2 months ago

Spring News Roundup: GA Releases of Boot, Security, GraphQL, Integration, Modulith, Batch

Multiple Spring projects reached GA—Spring Boot 4.0, Spring Security 7.0, Spring for GraphQL 2.0, Spring Session 4.0—adding JSpecify and Jackson 3.0 support.
#spring-framework
fromInfoQ
2 months ago
Web frameworks

Spring Framework 7 and Spring Boot 4 Deliver API Versioning, Resilience, and Null-Safe Annotations

fromInfoQ
2 months ago
Web frameworks

Spring Framework 7 and Spring Boot 4 Deliver API Versioning, Resilience, and Null-Safe Annotations

fromInfoQ
2 months ago

AnalogJS 2.0: Angular Full Stack Framework Introduces Content Resources & Leaner Builds

AnalogJS, a full-stack Angular meta-framework powered by Vite and Nitro, has officially released version 2.0, delivering powerful new capabilities around content management, build efficiency, and seamless developer tooling. The update marks a big step in Analog's evolution, strengthening its appeal for both content-heavy sites and large Angular applications. One of the release's new features are content resources, enabling developers to treat content (such as Markdown files) as first-class resources.
Web frameworks
#django-rest-framework
#fastapi
Web frameworks
fromCSS-Tricks
2 months ago

Quiet UI Came and Went, Quiet as a Mouse | CSS-Tricks

Quiet UI, an open-source JavaScript web components UI library, was released publicly then withdrawn and is now maintained privately by its creator.
fromFoalts
2 months ago

Version 5.1 release notes | FoalTS

The Disk and LocalDisk services have a new method mkdirIfNotExists to creates directories. This is useful when using the local file system to ensure that a directory exists before saving files. Otherwise, an error can be thrown when it does not. On cloud storage services such as S3, directories are created automatically when saving files so this method does nothing.
Web frameworks
fromInfoQ
2 months ago

TanStack Start - A New Meta Framework Powered By React Or SolidJS

The v1 release emphasizes three major areas: type-safe routing & APIs, streaming-enabled SSR, and deployment flexibility. At its core, TanStack Start inherits the Router's fully inferred typing system, extending it into server-routes and loader functions so that navigation and data-loading share the same type definitions. The streaming SSR model lets applications send HTML to the client as soon as it's ready, then hydrate and continue interactive loading, blurring the line between client and server rendering.
Web frameworks
fromInfoQ
2 months ago

Grails 7.0, Now Under the Apache Software Foundation, Delivers Enhancements for Micronaut and GORM

The release of Apache Grails 7.0.0 delivers bug fixes and notable changes such as: the ability to disable Micronaut auto configuration through the Grails plugin; improved reproducibility with implementations of Grails Object Relational Mapper (GORM) services; and a temporary removal of the GORM for Neo4J. Grails 7.0 requires a minimal version of JDK 17 (with testing validated up to JDK 21) and compliance with Spring Boot 3.5 and Jakarta EE 10.
Web frameworks
Web frameworks
fromVue.js Jobs
2 months ago

Full Stack Developer at Vue School - VueJobs

BitterBrains seeks a full-stack developer skilled in Laravel, PHP, Vue.js/Nuxt, SSR/SSG, Redis job queues, and Tailwind to build scalable, high-performance web apps.
fromMedium
10 months ago

Modern Web Architectures: Composability with Harmony

Over the past decade, software development has undergone a massive transformation due to continuous innovations in tools, processors and novel architectures. In the past, most applications were monoliths and then shifted to microservices, and now we find ourselves embracing composability - a paradigm that prioritizes modular, reusable, and flexible software design. Instead of writing separate, tightly coupled applications, developers now compose software using reusable business capabilities that can be plugged into multiple projects.
Web frameworks
Web frameworks
fromMedium
10 months ago

Introducing Harmony: Unified JavaScript Platform for Building Composable Frontends and Backends

Bit Harmony is a lightweight NodeJS framework that enables building modular, reusable frontend and backend Aspects for unified, composable full-stack development.
Web frameworks
fromSubstack
2 months ago

Friday Links #31 - New JavaScript Tools and October Highlights

An open benchmark called AI-Trader shows simulated AI models can profitably trade Nasdaq-100 in a month, with DeepSeek v3.1 leading at +16.46%.
[ Load more ]