Tag

frontend

All blogs tagged with frontend

26
Articles
104,043
Total Views

Showing 26 of 26 articles

26
Mar
2026
Mastering Angular Routing and Navigation: A Comprehensive Guide
4 views

This guide covers the intricacies of Angular Routing and Navigation, a core feature that enables single-page applications to navigate between views without refreshing the entire page. Understanding routing is essential for building scalable and maintainable applications that provide a seamless user experience. Readers should have a basic grasp of Angular components and services before diving in.

26
Mar
2026
Introduction to Angular - Getting Started with a Comprehensive Guide
4 views

This article provides a deep dive into the Angular framework, covering essential concepts, real-world applications, and practical examples. Understanding Angular is crucial for building robust web applications that enhance user experience and maintainability. Prior knowledge of HTML, CSS, and JavaScript will be beneficial but is not mandatory.

20
Mar
2026
Mastering React Context API for Effective State Management
26 views

In this comprehensive guide, readers will learn how to leverage the React Context API for state management, an essential skill for building scalable React applications. Understanding this API allows developers to simplify component communication and avoid prop drilling, enhancing maintainability and readability. Prior knowledge of React components and hooks is recommended to fully grasp the concepts discussed.

16
Jan
2022
Tag or mention people like WhatsApp & Skype by using @ in Angular
10,386 views

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

Translate Page