JavaScript


The Best Way To Reinstall Node.js (Mac/Linux/Windows)

nodejsjavascriptnpm

Testing local storage with testing library

How to test changes to the local storage on synchronous cases and asynchronous ones using the testing library.

testingjavascriptreact

Setup dotenv to Access Environment Variables in Angular 9

Setting up dynamic configurations for your frontend

angulartypescriptjavascript

How to Send WhatsApp Messages From Your React App Easily

A very simple way to send messages on WhatsApp web in React.

reactwhatsappjavascript

Send Emails From Your Website With EmailJS

Are you struggling with the behind code of your website contact form, then let this article be your life-saver.

emailjsjavascriptemail

Screen Capture a Page Using Angular Ngx Capture

Screen capture library for Angular. Define a zone and it will capture it and return a string containing a base64 PNG.

angularjavascripttypescript

React Tips — Async and setState

reactjavascriptfrontend

React onChange with input field & button

reactjavascript

React Infinite Scrolling and Lazy Loading

Infinite Scrolling — Infinite scrolling is a concept used by many sites to enhance user experience and performance. In infinite scrolling, the sites load with some data and as the user keeps on scrolling, more and more data gets loaded. This concept saves time since data is loaded in parts and enhance performance as all the components need not be rendered all at once.

reactjavascriptinfinite-scrolling

React Hooks and the “Observer” Pattern

How to integrate the “Observer” pattern when using React Hooks

reacthooksobserver