Browsing Tag
frontend
201 posts
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…
5 Unique HTML Elements You Might Not Know
HTML offers a vast array of elements that can enhance the way you present content on the web.…
ReactJS vs. Angular: Which is better?
** Introduction ** In the fast-paced world of frontend development, selecting the right framework or library can significantly…