Browsing Tag
frontend
183 posts
4 unknown CSS techniques
Hey! Just I wanna to share my CSS techniques. I face a lot of colleagues don’t know it.…
React/Tailwind template with default responsive NavBar.
I was just annoyed with excluding App.test.js and all those default files that I would not use in…
Why You Shouldn’t Use Libraries Blindly: A Lesson in Bundle Size
When developing any web applications, the instinctive choice is to reach for popular libraries that solve our specific…
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…