Browsing Tag
frontend
183 posts
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…
Como implementar microfrontend com ReactJS?
Microfrontend é uma abordagem que divide uma grande aplicação em pequenos pedaço ou pequeno apps, esse conceito segue…
CSS Layers: A New Frontier for Style Management
Introduction While understanding specificity is essential, CSS Layers offer a fresh approach to managing styles. Think of layers…
Using Zod with TypeScript: A Guide for Frontend Developers
If you’re building a frontend application, you’re likely working with data. Whether you’re fetching data from an API,…
Updates: Free and open-source landing page
It’s Friday, which means you get to see new templates added to the free and open-source landing pages…
SAAS boilerplates ERA of $$$
In the world of AI, creating boilerplates is the next immediate task in the queue of business for…
You don’t need a frontend framework
You can and should build one yourself, but you would benefit from using a framework in production. Modern…
Semantic HTML vs Web Components: Building Blocks of a Better Web
Front-end development is all about crafting user experiences, and the foundation of that experience lies in the code…