Topic

frontend

3 Devspedia articles tagged with frontend.

April 15, 2025 · 1 min read

Supercharging Web Development with Vite: A Comprehensive Guide

Discover how Vite revolutionizes frontend development with lightning-fast hot module reloading, modern build processes, and an optimized workflow. This guide covers setup, configuration, and best practices for leveraging Vite.

January 6, 2020 · 1 min read

Comprehensive guide to micro frontends

If you've already used microservices, you already know the huge benefit it provides to reduce architecture complexity of large monolithic backends. However, on the frontend side, many huge apps are still monolithic and hence are huge codebases with many dependencies.