Franklin OhaegbulamforReactPlay Blogreactplay.hashnode.net·Aug 9, 2022React Play: Building a Progressive Web Application (PWA) using ReactIn recent times, Progressive Web Apps have provided better web experience and rich user interactions thanks to their hybrid approach and progressive enhancement. Additionally, it is fast, safe to use, works without an Internet connection, and resolve...Tapas Adhikary and 5 others are discussing this6 people are discussing thisDiscuss·114 likes·2.0K readsReactPWA
Stephen EmmanuelforSteph Crown Writesstephcrown.hashnode.net·Jan 28, 2022FeaturedHow to make your web app work offline with just HTML, CSS, and JavaScript.In today’s world, more and more people have access to the internet. But internet connection is not always stable. And when it is relatively stable, users are not always able to get internet subscriptions. This causes a problem. For example, a potenti...Andrew Baisden and 6 others are discussing this7 people are discussing thisDiscuss·108 likes·3.1K readsJavaScript
BelloforBello's Blogtechstack.hashnode.net·Dec 26, 2020React Folder StructureReact has a couple of folders set up configured already after the installation of the starter React app. Files, folders, and dependencies are installed by the create-react-app tool. Folder Structure package.json file The file contains 3 major modu...Discuss·70 likes·258 readsReactcreate-react-app
Shinichi Okadaforcodewithshin.hashnode.net·Mar 30, 2023Upgrade Your Static Website To A Progressive Web App: A Beginner's Guide And ResourcesProgressive Web Apps (PWAs) are like regular websites but with extra superpowers! They work offline, so you can still use them even when you don’t have an internet connection. PWAs are also super fast and can be installed right on your home screen, j...Discussprogressive web apps
Steven OlsenforSr. JS Devsrjsdev.hashnode.net·Mar 7, 2023Let Service Workers Help Speed Up Your Site Performance by 10XAs I was recently converting a personal project into a PWA, I started to learn about service workers. I knew a little bit, but after some more digging (and even more debugging), here's the summary of what you should take away: Service Workers are al...Discuss·35 readsService Workers
Željko Ševićforzsevic.hashnode.net·Feb 21, 2023Caching with service worker and WorkboxThis blog post covers service worker basics and different caching strategies with service workers and Workbox. Service worker A service worker is a network proxy that can intercept and handle requests and cache or retrieve resources from the cache. A...DiscussJavaScript
Neha BhardwajforDevOps Engineer's Blognehabhardwaj.hashnode.net·Feb 5, 2023Docker Swarm & Service Stack DeploymentDocker Swarm is a combination of two words: Docker + Swarm; which means it is a group of servers used to run docker applications. These servers can run multiple containers and replicate themselves as per the requirements. As we studied in the previou...Discuss·173 readsDocker
Jake MattersforJake's blog100xdeveloper.hashnode.net·Dec 26, 2022Service workers tutorialWeb developers or anyone involved in web development can tell you they know of “workers” in browsers. However, the problem is that most folks think of either web workers in general, or service workers (or even shared workers) when they say “workers.”...Discuss·3 likes·37 readsFrontend Development
Hamza El MeknassiforArticles by Meknassihmeknassih.hashnode.net·Dec 20, 2022Should you make a PWA in 2022?What is a PWA? A Progressive Web App (PWA) is a type of web application that delivers a native-like experience to users. It is designed to work on any device, including smartphones, tablets, and desktop computers, and can be accessed through a web br...Discuss·3 likes·28 readsWeb Development
Jean-Mark WrightforPerspective Unspokenjaywhy13.hashnode.net·Dec 7, 2022You don't always need a queueIntroduction A few weeks ago my colleague and I were talking about the pros of using a queue to take some work out of the request cycle. He read an article that suggested that queues should be used for all external calls. I disagreed. Making broad re...Discuss·3.0K readsqueue
Segunforsublimeakerashcode-1627405700504.hashnode.net·Nov 30, 2022PWAs - Introduction to Service Worker and Caching StrategiesThe web has evolved over the years and so have the applications built to run on it. Web apps have evolved because there are better ways to build them unlike in the past. Thanks to PWAs, these days we have apps built to deliver a better user experienc...Discuss·37 readspaw
Franklin OhaegbulamforReactPlay Blogreactplay.hashnode.net·Aug 9, 2022React Play: Building a Progressive Web Application (PWA) using ReactIn recent times, Progressive Web Apps have provided better web experience and rich user interactions thanks to their hybrid approach and progressive enhancement. Additionally, it is fast, safe to use, works without an Internet connection, and resolve...Tapas Adhikary and 5 others are discussing this6 people are discussing thisDiscuss·114 likes·2.0K readsReactPWA
Supun Viraj RathnayakaforAgile Snippetsrathnaviraj.hashnode.net·May 22, 2022Listening to Firestore with Web WorkersGoogle's Cloud Firebase provides complete, well-documented SDKs for different web & mobile platforms as well as many server client libraries. That helps developers to use Firebase products such as Firestore in many ways. Google's Cloud Firestore is ...Discuss·117 readsJavaScript