Tag: Browser
Total: 5 Posts
Posts of Tag: Browser
Total: 5 Posts
Posts of Tag: Browser
Redirects in React Router
.lazyload-placeholder { display: none; } Introduction If you're a developer working on any modern web application, you're probably aware of how important it is to properly set up routing. When you browse throug...Learn MoreJavaScriptReactBrowserWeb Browser Automation with Selenium and Java
Web Browser Automation with Selenium and Java Introduction Several tools can drive the web browser the way a real user would do like navigating to different pages, interacting with the elements of the page and ...Learn MoreJavaWebsiteBrowserUsing fetch to Send HTTP Requests in JavaScript
Using fetch to Send HTTP Requests in JavaScript Introduction JavaScript's Fetch API allows us to send HTTP requests. It's been a standard part of JavaScript since ECMAScript 2015 (commonly known as ES6) was int...Learn MoreJavaScriptHTTPBrowseres6Storing Data in the Browser with LocalStorage
Storing Data in the Browser with LocalStorage Introduction In the early days of the web, data persistence was only possible with a server. Nowadays, through the use of LocalStorage, we can store data on clients...Learn MoreJavaScriptBrowserLocalStorageHow to Make Simple Browser in Android
How to Make Simple Browser in Android In this tutorial I will guide you to make simple web browser in android. Android provides an awesome UI widget known as WebView. It is used to load web pages and view HTML ...Learn MoreAndroidAndroid TutorialBrowser