openreplay.hashnode.devPlaywright Vs Puppeteer: Which To Choose?Playwright and Puppeteer are the two major prominent headless browser frameworks for automation testing. To achieve your test suites, they are some of the best frameworks to choose from, especially when working with Node.js-related projects for web-b...Aug 15, 2023·10 min read
openreplay.hashnode.devWhat Is Better, Date-Fns Or Moment.Js?Dealing with dates in JavaScript is a big hustle. You need a ready-made date library to make working with dates in JavaScript easier. The most common candidates to consider are Moment.js and Date-fns. However, not long ago, the Moment.js library was ...Jul 9, 2023·5 min read
openreplay.hashnode.devPush Notifications Made Easy In React With FirebaseDo you have a React.js app and want to send push notifications? This guide will teach you how to use Firebase Cloud Messaging (FCM) to send push notifications to your React.js app. Setting up Firebase for React Push Notifications Push notifications a...May 4, 2023·7 min read
openreplay.hashnode.devImprove React's performance using Webpack Bundle AnalyzerWhen building a web application, you must consider the size of the assets used. Such assets are JavaScript, CSS, and images. Large files of these assets will slow down your application, negatively impacting your user experience. Webpack allows you to...May 4, 2023·5 min read
openreplay.hashnode.devConsuming GraphQL APIs With FlutterFlutter is a popular open-source framework for developing mobile, desktop, and web applications, and your Flutter apps will need to consume data from a server. This article will teach you how to approach this problem with GraphQL APIs. You have your...May 4, 2023·11 min read