Rajae Robinson

Rajae Robinson @rajaerobinson

Joined:
Oct 3, 2020

Rajae Robinson
articles - 22 total

React 19: Understanding the React Compiler

React 19 is an upcoming major release that brings exciting new features and performance enhancements...

Learn More 2 0Feb 27 '24

Exploring the Top Alternatives to React.js in 2024

Are you considering alternatives to React.js for your next frontend project? While React.js has been...

Learn More 1 0Feb 24 '24

Pagination in React.js (React Query included)

Pagination is a vital component in web development, particularly when handling extensive datasets. In...

Learn More 9 0Feb 9 '24

Understanding Hydration in Next.js

Next.js is renowned for its robust capabilities in constructing server-side rendered (SSR) and...

Learn More 66 0Feb 6 '24

Upgrading to Next.js 14

About a year after the release of Next.js version 13, the Vercel team has introduced version 14. You...

Learn More 13 0Feb 4 '24

React.js Vitest Unit Testing (Husky, lint-staged, ESLint, Prettier)

Creating a React application with Vite has become the preferred way over using create-react-app due...

Learn More 6 0Feb 4 '24

A Simple Guide on Migrating to React Query v5

Introduction: React Query has revolutionized server-state management in React applications, and the...

Learn More 3 0Feb 4 '24

How to Optimize Performance with Dynamic Imports in Next.js

Dynamic imports in Next.js allow you to load JavaScript modules only when they are needed, rather...

Learn More 4 0Oct 24 '23

Is Next.js Frontend or Backend?

Next.js is a React framework designed to simplify the development of server-rendered React...

Learn More 2 1Oct 22 '23

When To Use Enum in TypeScript

Hey everyone, I wrote an insightful article on when and how to use Enums in TypeScript. Enums in...

Learn More 1 0Oct 21 '23

When to Use Interface vs. Class in TypeScript

Hey fellow TS Devs! I wrote an insightful article on when to use interfaces and classes in...

Learn More 3 0Oct 19 '23

Simple Guide to React Hooks

Hey everyone, The following is a only summary of the article "Introduction to React Hooks"...

Learn More 1 0Oct 16 '23

Do you know all these Typescript Utility Types?

Hey everyone, I recently wrote an article exploring TypeScript's utility types. These are predefined...

Learn More 24 5Oct 13 '23

Migrating JavaScript Projects to TypeScript

TypeScript, a superset of JavaScript, offers static typing, reducing runtime errors and enhancing...

Learn More 1 0Oct 11 '23

Stop using Next.js. Here are Some Alternatives

Hey everyone, While Next.js has gained popularity for its robust features like server-side rendering...

Learn More 2 3Oct 9 '23

You must know the difference between Unknown and Any in Typescript

Hey everyone, I wrote an insightful article comparing TypeScript's unknown and any types. These...

Learn More 3 2Oct 5 '23

Reasons Why you Should use TypeScript in Strict Mode

Hey everyone, I wrote an interesting article discussing the use of strict mode in TypeScript. For...

Learn More 1 0Oct 5 '23

The Big-Name Companies Leveraging Next.js

Hey everyone, I am Rajae, a content creator for the BlueSockets blog on Front-end Web Development. I...

Learn More 2 0Oct 4 '23

Exploring Turbopack with Next.js 13

Hey everyone, I recently wrote an article about Turbopack, which is being hailed as the successor to...

Learn More 4 2Oct 1 '23

Simplifying Next.js Server Actions

Hey everyone, I wrote an article about Next.js Server Actions. This new feature provides powerful...

Learn More 2 0Oct 1 '23

Must-Have TypeScript Tools for Efficient Development

Hey everyone, I have an insightful blog post that highlights some essential TypeScript tools,...

Learn More 2 0Oct 1 '23

Essential TypeScript Best Practices for Clean and Efficient Code (2023)

Hey everyone, I am Rajae Robinson, the main content creator for the Frontend Web Dev blog...

Learn More 1 0Oct 1 '23