Blog

Full Stack articles for developers

Showing 91 articles

Full Stack / 6 min read

How you can implement client-side routing in React.

Note: we’ll be using react-router-dom v6

Read guide →
Full Stack / 3 min read

What Happens if You Try to Set the State of an Unmounted Component??

Have you ever seen the error, “Can’t perform a React state update on an unmounted component” in your application? Unsure why it’s happening…

Read guide →
Full Stack / 3 min read

Are You a JavaScript Developer If You Can’t Answer These Questions?

Yes, you heard it right — that’s what my friend was asked in an interview. But should a JavaScript developer be judged on a specific…

Read guide →
Full Stack / 4 min read

React Native Events Tracking on GA4

In this guide, we’ll learn how to create and send predefined as well as custom events for GA4 using @react-native-firebase/analytics to…

Read guide →
Full Stack / 4 min read

Sending Custom Ad Events to Meta in React Native with Expo

In a previous article, we discussed how to set up Meta ads with React Native using Expo. If you haven’t seen it yet, feel free to check it…

Read guide →
Full Stack / 4 min read

Create in-app sharing and referral using Branch.io -Expo React Native

Branch.io is a powerful deep linking and attribution platform designed to help developers create seamless user experiences and track…

Read guide →
Full Stack / 11 min read

Top 10 most commonly asked JavaScript Interview questions that you should know

Drawing on my experience as a Full Stack Developer for the past four years, I’ve compiled a set of essential JavaScript interview questions…

Read guide →
Full Stack / 8 min read

Run Your React Native App on Your Device: A Step-by-Step Guide

Hi There, have you recently started working with React Native and trying to run your app on your device for the very first time. Today…

Read guide →
Full Stack / 7 min read

Are You Protected? Exploring Different Cyber Attacks and Their Prevention

Nowadays hacking a website, exploiting its vulnerabilities is a common practice for an attacker to gain unauthorised access for various…

Read guide →
Full Stack / 7 min read

A Complete Guide To SSR & CSR

Still confused with what is the difference between Server side rendering(SSR) and Client side rendering(CSR) and how they both works? Which…

Read guide →
Blog | Tech by Neha Gupta