Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. When useEffect runs
useEffect is one of those React/Preact hooks that most people have a love/hate relationship with, but like it or not, it's good to understand how it works. This is not the first blog post on the subject, and it's certainly not going to be the last, but hopefully I can explain some things to you about when (and why!) it runs in your applications for you to use as a reference!

Please tell my friend what useEffect actually is

Your friend asks a good question! First of all, let's talk about side …
#react #preact #javascript #useeffect

2. Publishing Qnotly APIs as a notes backend.
Introduction

Hi everyone, I am happy to share with you Qnotly. a side project to manage notes as API.

What Is Exactly Qnotly

Qnotly is a note management app using API.
which mean is that you manage your notes through APIs. It will be helpfull for people that wants a ready APIs to use for their little project or just for fun and learning.

Motivation

I have created Qnotly For these reasons.

Learn more by practicing on a real thing.
Learn more on DevOps, as i made it's CI/CD to deploy to se…
#news #api #tooling

3. The Ultimate MongoDB Command Cheatsheet for Developers
This MongoDB command cheatsheet is the perfect tool for developers who want to work more efficiently and effectively with MongoDB. With 50 of the most commonly used MongoDB commands, this reference guide provides quick and easy access to the information you need to get the job done. Whether you're new to MongoDB or an experienced user, this cheatsheet will help you streamline your development process and maximize your productivity. So, if you want to take your MongoDB skills to the next level, b…
#mongodb #database #cheatsheet
dev.to

useMemeffect
If you want to avoid unnecessary re-renders of your component when only some of the dependencies...
#react #useeffect #usememo #hook
dev.to

UseEffect in Brief !
There are several hidden features of the useEffect hook that can be useful for posting in a blog....
#precise #use #of #useeffect