Frontend Universe
Let's talk about MicroFrontend Architecture, Vuejs, TypeScript, good practices and more.

Latest posts

25
Feb
Boosting JavaScript Performance with import defer

Boosting JavaScript Performance with import defer

The import defer proposal is an exciting development in the JavaScript world, offering a new way to manage module evaluation.
2 min read
05
Feb
Enhance Web Performance with the Scheduler API

Enhance Web Performance with the Scheduler API

The Scheduler API is a new web API that allows developers to schedule tasks with different priority levels, improving performance
1 min read
30
Jan
Use Dynamic Imports in Your SharedComponents MicroFrontend App

Use Dynamic Imports in Your SharedComponents MicroFrontend App

The SharedComponent in a MicroFrontend plays a crucial role as it manages and provides common or reusable components across different
2 min read
25
Jan
Stop Changing Your PC’s DateTime to Test Code – Here’s a Better Way!

Stop Changing Your PC’s DateTime to Test Code – Here’s a Better Way!

How many times have you manually changed the time or date on your PC just to test features requiring a
1 min read
23
Jan
Tailwind CSS v4.0 has finally been released!

Tailwind CSS v4.0 has finally been released!

On January 22, 2025, Tailwind CSS introduced its latest major release: Tailwind CSS v4.0. Packed with groundbreaking enhancements and
2 min read
21
Jan
2 Fun JS Curiosities

2 Fun JS Curiosities

Did you know that in JavaScript, you can directly access a DOM element by its id without using document.getElementById(
1 min read
18
Jan
Framework-Agnostic Design is Crucial in Microfrontend Systems

Framework-Agnostic Design is Crucial in Microfrontend Systems

When working in a microfrontend architecture, one of the challenges we face is maintaining consistency and flexibility across multiple applications.
1 min read
08
Jan
Rsbuild Outshines Vite for SystemJS-Based MicroFrontends

Rsbuild Outshines Vite for SystemJS-Based MicroFrontends

In the evolving landscape of web development, selecting the appropriate build tool is crucial, especially when working with microfrontends. For
3 min read
05
Jan
Why We Chose a MicroFrontend Approach

Why We Chose a MicroFrontend Approach

Imagine managing a monolithic application with more than five distinct apps, each built around different business logic. That was our
2 min read
01
Jan
MicroFrontend Architecture: When to Use It and When Not to Use It

MicroFrontend Architecture: When to Use It and When Not to Use It

MicroFrontend architecture extends the microservices concept to the frontend, enabling teams to develop, deploy, and maintain isolated frontend components independently.
1 min read