Browsing Tag
frontend
140 posts
How Analog is Revolutionizing Content-Driven Sites with Angular
For years, many developers have felt torn when it came to choosing the right framework for building content-driven…
Why is impossible to have a clean architecture inside a frontend project
The internet is full of videos, courses and articles teaching you to have something like “domain” folders in…
Introduction to useActionState -New hook in React
The useActionState hook is a new feature introduced in React 19, designed to simplify state management based on…
Server-Side Rendering (SSR): Uma Solução para SEO e Performance em Aplicações React
Server-Side Rendering (SSR) ou Renderização do Lado do Servidor, é o processo de renderizar uma aplicação web no…
React Design Patterns~Container Componets / Uncontrolled Controlled Component~
Uncontrolled Component This pattern means that React doesn’t control the form data, and the DOM holds the form…
Introducing simpledev.css
simpledev.css is a new CSS framework that I describe as a mostly classless framework. I call it mostly…
Throttling & Debouncing in JavaScript: A Beginner’s Guide
When using JavaScript, excessive event triggers can slow down your application. For instance, a user resizing the browser…
MDX with Translations 🐠
In recent years the need for some easy yet flexible format for simple static content has grown. Originally,…
Understanding Higher-Order Components in React: Pros, Cons, and Modern Alternatives
I recently came across an interview question about Higher-Order Components (HOCs) and their role in enhancing a component’s…
How Web Browsers Work: A Simple Guide to Loading and Displaying Web Apps
Ever wondered what happens inside a web browser when you open a web app? It’s like a magic…