Hrushi Mblog.superflows.dev·Feb 14, 2023How To Add A Serverless Authentication Microservice To Your HTML, CSS & Javascript App👋 Introduction About Passwordless Sign-ins Remembering passwords has become a headache these days. Password-less sign-in is in vogue, and naturally so! It is just so convenient as users needn’t remember their passwords! User experience, user conveni...Discuss·472 readsWeb Development
Hrushi Mblog.superflows.dev·Jan 16, 2023How To Implement A Single Page Modular App Architecture Using Pure HTML, CSS, Javascript🏆 What will you learn in this tutorial? Single page application fetches and loads the main UI skeleton into the browser only once, during the first fetch. And thereafter, loads the subsequent UI modules dynamically without re-fetching as the user in...Discuss·10 likes·415 readsNavigation BarWeb Development
Hrushi Mblog.superflows.dev·Dec 3, 2022How to Add an Announcement Banner to your React NavbarIntroduction This article shows you how to add an announcement banner to your react navbar. It shows you how to show / hide the banner, how to customize the texts, how to listen to handle callbacks, how to do further styling and how to inject your ow...Discuss·466 readsNavigation Barsuperflows
Hrushi Mblog.superflows.dev·Nov 24, 2022How to Add Notifications to your React Navigation barIntroduction This article shows you how to add notifications your react navbar. It shows you how to show / hide the notifications feature, how to set recent notifications, how to change the bell icon, how to listen to callbacks and how to do further ...Discuss·174 readsNavigation BarReact
Hrushi Mblog.superflows.dev·Nov 16, 2022How to Add a Back Button to your React NavbarIntroduction This article shows you how to add a back button to your react navbar. It shows you how to show / hide the back button, how to change its icon, how to handle the callback and then how to do further styling. Prerequisites This article assu...Discuss·112 readsNavigation BarReact
Hrushi Mblog.superflows.dev·Nov 9, 2022How to Insert User Profile Info into your React NavbarIntroduction This article shows you how to insert the profile information of any user into the react navigation bar, so as to make it sign-in aware. It shows you how to insert and configure the profile picture & menu, how to reuse the sign in button,...Discuss·306 readsNavigation BarReact
Hrushi Mblog.superflows.dev·Nov 8, 2022How to Add a Sign In Button to your React NavbarIntroduction This article shows you how to implement the sign in button in the react navigation bar. It shows you how to configure the sign in button input, show / hide it, set its caption, listen to the callback and then how to style it. Prerequisit...Discuss·82 readsNavigation BarReact
Hrushi Mblog.superflows.dev·Nov 7, 2022How to Implement Search Functionality in Your React NavbarIntroduction This article shows you how to implement the search functionality in the react navigation bar. It shows you how to configure the search input, listen to the user data entry callback and then how to style it. Prerequisites This article ass...Discuss·105 readsNavigation Barnavigation
Hrushi Mblog.superflows.dev·Nov 4, 2022How to Customize the Menu of Your React NavbarIntroduction This article shows you how to set the main menu of the react navigation bar. It shows you how to configure the menu and then how to style it. Prerequisites This article assumes that you have gone through the steps of the previous tutoria...Discuss·53 readsNavigation Barnavigation
Hrushi Mblog.superflows.dev·Nov 4, 2022How To Customize The React Navbar With Your Brand InfoIntroduction Inserting your brand information in the navigation bar helps build your brand recall throughout your website. This article shows you how to do it in your React project. Prerequisites This article assumes that you have gone through the st...Discuss·93 readsNavigation BarReact