Best of Frontend DevelopmentAugust 2025

  1. 1
    Article
    Avatar of lonely_programmerLonely Programmer·38w

    Web Breakpoints

  2. 2
    Article
    Avatar of minersThe Miners·36w

    Design Systems: The True Source of Frontend Peace How Design Systems can save you

    Design systems provide consistency, scalability, and accessibility to modern digital products by establishing standardized components and guidelines. They help frontend teams maintain coherent user interfaces across applications while reducing development time and improving user experience. The approach addresses the chaos that emerged in early web development by creating structured, reusable design patterns.

  3. 3
    Article
    Avatar of logrocketLogRocket·38w

    Using Grok 4 in the frontend development: Here’s what I’ve learned

    Grok 4 dominates academic benchmarks and mathematical reasoning but struggles with practical frontend development tasks. Testing shows it requires more iterations, costs significantly more ($3.31 vs $0.30-0.47 for competitors), and delivers inferior results compared to Claude Sonnet, Gemini, or Kimi K2 for UI builds, animations, and CSS work. While excellent for algorithmic challenges and backend-heavy features, Grok 4 ranks #12 in WebDev Arena compared to Claude's #1 position, making it an expensive choice for frontend developers.

  4. 4
    Article
    Avatar of netguruNetguru·39w

    15 Real-World React Examples [2025 Guide]

    This comprehensive guide showcases 15 real-world React applications across diverse industries including fintech, streaming, blockchain, healthcare, and cultural institutions. Each example demonstrates React's versatility through detailed implementation approaches, unique features, and technology stack choices. Projects range from Moonfare's private equity platform and Netflix's streaming infrastructure to humanitarian initiatives like meal delivery for seniors during COVID-19. The examples highlight React's component-based architecture, state management capabilities, and integration with various backend technologies like Node.js, Python, and cloud services.

  5. 5
    Article
    Avatar of lobstersLobsters·37w

    SmallJS

    SmallJS is a file-based programming language designed as an alternative to JavaScript for building front-end and back-end applications. It features Visual Studio Code integration with syntax highlighting and debugging support, automatic import of only used library components, and targets both new and experienced developers seeking a more elegant language than JavaScript.

  6. 6
    Article
    Avatar of joshwcomeauJosh W Comeau·38w

    An Interactive Guide to SVG Paths • Josh W. Comeau

    SVG path elements enable creation of complex curved shapes through a series of drawing commands. The guide covers essential commands including Move (M), Line (L), quadratic (Q) and cubic (C) Bézier curves, and elliptical arcs (A). Special focus is given to understanding arc parameters like radius, rotation, and sweep flags. Additional features include path closing (Z), relative positioning with lowercase commands, and smooth curve chaining with T and S commands.

  7. 7
    Article
    Avatar of newstackThe New Stack·39w

    Next.js, React Router, TanStack: When To Use Each

    Developer Ankita Kulkarni compares three React frameworks and their ideal use cases. Next.js excels for SEO-focused sites like e-commerce and marketing pages, offering built-in optimization and React Server Components but with a steeper learning curve. React Router v7 emphasizes web standards and progressive enhancement, making it suitable for applications requiring deep nested routing and platform flexibility. TanStack Start provides full type safety and powerful client-side interactivity, ideal for SaaS dashboards and admin panels, though it's still in beta and not suitable for minimal JavaScript sites.

  8. 8
    Article
    Avatar of hnHacker News·37w

    What are OKLCH colors?

    OKLCH is a perceptually uniform color model that makes working with colors more intuitive than traditional RGB or HSL. It uses three values: Lightness, Chroma, and Hue, allowing developers to create consistent color palettes by changing only one parameter. Unlike other color models, OKLCH maintains visual consistency across different shades and produces cleaner gradients without muddy midpoints. It can access wider color gamuts like Display-P3 and is well-supported in modern browsers, with fallback strategies available for older ones.

  9. 9
    Article
    Avatar of telerikTelerik·38w

    Common Tailwind CSS Patterns

    Covers essential Tailwind CSS patterns for creating and positioning elements including cards, flexbox layouts, grid systems, spacing techniques, and fixed positioning for navigation bars. Demonstrates how to use utility classes for alignment, responsive design with breakpoint prefixes, and element ordering across different screen sizes.

  10. 10
    Article
    Avatar of bootstrapBootstrap·37w

    Bootstrap 5.3.8

    Bootstrap 5.3.8 has been released as the final patch before version 5.4.0. This update reverts a dropdown focus bug, includes CSS improvements for WCAG 2.1 compliance and spinner distortion fixes, and removes references to the discontinued Bootstrap Themes site. The release focuses primarily on bug fixes and documentation updates rather than new features.

  11. 11
    Article
    Avatar of logrocketLogRocket·37w

    Agentic AI for 5x less: Why Kimi K2 is a frontend game-changer

    Kimi K2 is an open-source agentic AI model with 32 billion activated parameters that excels at executing coding tasks rather than just providing suggestions. Unlike reasoning models like DeepSeek R1, K2 focuses on fast execution and automation, achieving superior performance on coding benchmarks like SWE-bench (43.8% vs 12.8%). The model can be accessed through web interface, APIs, or integrated into IDEs like Windsurf. It offers competitive pricing at $0.60 input and $2.50 output per million tokens, with a generous free tier. The article demonstrates K2's capabilities through frontend development tests, showing it can recreate portfolio sites and build complete applications like Svelte 5 todo apps with Firebase integration in single attempts.

  12. 12
    Article
    Avatar of mdnblogMDN Blog·37w

    Launching MDN's new front end

    MDN Web Docs has launched a completely rebuilt front end, redesigned and reengineered from the ground up. The update focuses on modern web technologies following Baseline compatibility guidelines, featuring improved typography, consistent code rendering, refreshed icons using the Lucide library, a new search modal, and redesigned top navigation. The team used modern CSS and web components while ensuring wide browser compatibility through progressive enhancement.

  13. 13
    Article
    Avatar of java_libhuntAwesome Java Newsletter·39w

    How to Use innerHTML, innerText, and textContent Correctly in JavaScript

    Explains the differences between three JavaScript DOM properties: innerHTML returns full HTML content with tags, innerText returns only visible styled text respecting CSS rules, and textContent returns all text content regardless of CSS visibility. Each property serves different use cases in DOM manipulation.

  14. 14
    Article
    Avatar of svelteSvelte Blog·40w

    What’s new in Svelte: August 2025

    Svelte releases Async Svelte with remote functions that run on the server while being callable from anywhere in the app. New features include getAbortSignal for managing async operations, await support in components, improved TypeScript support, and better edge environment compatibility. The update also showcases community projects like Logitech's new Svelte-built site and various learning resources from Svelte contributors.

  15. 15
    Article
    Avatar of allfrontendAll Frontend·38w

    UiOrbit - Frontend UI Library Hub

    UIOrbit is a centralized platform that helps frontend developers discover, compare, and install React UI component libraries and kits. It aims to streamline the process of finding the right UI library by providing a single hub for browsing and evaluating different options.

  16. 16
    Article
    Avatar of phProduct Hunt·38w

    stagewise: The frontend coding agent for existing codebases

    stagewise is an open-source frontend coding agent that runs in your browser and works with existing local codebases. It allows developers to visually edit UI elements by clicking on them and using natural language prompts like 'increase the height here' to make changes directly to source code. The tool bridges the gap between visual prototyping tools like v0 and traditional local development workflows, supporting any frontend framework and integrating with localhost development servers.

  17. 17
    Article
    Avatar of laravelLaravel·38w

    Taming JavaScript: The Artisan of the Day Is Evan You

    Evan You, creator of Vue.js and Vite, shared updates on the JavaScript ecosystem at Laracon US 2025. Vue has grown to over 2 million users and 250,000 GitHub stars, with no Vue 4 planned to maintain stability. Key developments include Vapor Mode compilation for 7KB bundle sizes, signals implementation for reactivity, and Vite overtaking Webpack in downloads. His company VoidZero is building a unified Rust-based JavaScript toolchain with Oxc, Rolldown, and Vite Plus, delivering 3x-16x faster production builds as drop-in replacements.

  18. 18
    Article
    Avatar of phProduct Hunt·40w

    Vercel: The frontend cloud. Creators of Next.js.

    Vercel is a frontend cloud platform that provides developer tools and infrastructure for building, scaling, and securing web applications. As the creators of Next.js, they offer seamless integration and deployment capabilities. The platform is highly rated with 4.9 stars and 645 reviews, praised for its excellent developer experience, fast deployments, and robust hosting features. Recent launches include AI SDK 5 and Flags SDK, with upcoming events like the Next.js Global Hackathon.

  19. 19
    Article
    Avatar of collectionsCollections·40w

    Comprehensive React and Tailwind CSS Course for Frontend Development

    A 5-hour beginner-friendly course covering React fundamentals and Tailwind CSS utility-first styling. Students learn component-based development, props and state management, JSX syntax, event handling, and responsive design through hands-on projects building interactive web applications.

  20. 20
    Article
    Avatar of hordeHorde·38w

    Create Your Retro 8-Bit Profile Card with 8bitcn! 🎮

    8bitcn launched a new profile card creator that lets users generate retro 8-bit style profile cards. Users can customize their cards with personal information and images, choose from multiple retro themes, download the results as images, and copy the code via Shadcn registry for integration into their projects.

  21. 21
    Video
    Avatar of kevinpowellKevin Powell·37w

    Make this fun effect that follows your cursor (pure CSS)

  22. 22
    Article
    Avatar of simplethreadSimple Thread·38w

    New and Upcoming CSS Features I’m Excited About

    CSS continues evolving with powerful new features that reduce reliance on JavaScript for styling challenges. Recent additions include math functions like sign() and abs(), sibling functions for element relationships, interpolate-size for animating to intrinsic dimensions, and if() for conditional logic. These features enable complex animations, dynamic layouts, and responsive designs with pure CSS, making modern web development more efficient and maintainable.

  23. 23
    Article
    Avatar of ishadeedAhmad Shadeed·37w

    Smart Layouts (CSS Day - 06.06.2025) - Video & Slides

    Ahmad Shadeed presented at CSS Day 2025 about "Smart Layouts" - CSS layouts that make intelligent decisions autonomously using modern features like clamp, :has selector, and container queries. The talk introduces the concept of Layout Zones where components adapt based on their container's constraints and conditions. Shadeed emphasizes that many developers underutilize well-supported CSS features, despite CSS becoming powerful enough to create designs natively in browsers that previously required design tools. The presentation includes real-world examples and is available with slides and video resources.

  24. 24
    Article
    Avatar of stackovStack Overflow Blog·38w

    The future of Vue is you (and You)

    Vue.js continues to be a popular progressive JavaScript framework for building web interfaces, ranking as the eighth most-popular web framework in the 2025 Developer Survey. Evan You and his team are working on next-generation tooling through Void Zero, focusing on creating better development experiences for the Vue ecosystem.