Showing posts with label React. Show all posts
Showing posts with label React. Show all posts

Adding JWT Authentication to React

Adding JWT Authentication to React
Discover how to set up JSON Web Token (JWT) authentication in a React application using a typical workflow, and find out how Clerk can simplify the entire proc…
Read more »

useState - Direct value or callback function?

useState - Direct value or callback function?
A word of introduction about useState The useState hook is a powerful way to add state to functional components in React . It allows you to store and mana…
Read more »

A first look at tRPC

A first look at tRPC
All the code for this project can be found at ajcwebdev/a-first-look/trpc .
Read more »

Using React with Appwrite to set up user authentication

Using React with Appwrite to set up user authentication
User authentication is an essential part of any web application, and setting it up can be a daunting task for many developers. However, with the help of Appwri…
Read more »

React vs React Native?

React vs React Native?
One of the most difficult options every software developer faces is choosing the technologies that they will use to develop a specific web or mobile applicatio…
Read more »

Tutorial Progressive image loading in React

Tutorial Progressive image loading in React
Images play a significant role in enhancing websites, elevating user experiences, and driving higher engagement. Nevertheless, the loading time for high-qualit…
Read more »

A better learning path for React with server components

A better learning path for React with server components
I’ve always loved sharing my knowledge. When I love a language, library or framework, more than exploring every tiny detail of it, I think about how I can he…
Read more »

JWT Authentication in React with react-router

JWT Authentication in React with react-router
This blog post will show you how to use JWT authentication with React and react-router without any hassle. You will also discover how to manage public routes, …
Read more »

UseState Hook Demystified

UseState Hook Demystified
What is useState? Why do I even need it? Why is my UI not updating when I use const ? Slow down, newbie😅. We were all here before, but in this article, I'…
Read more »

React Render Lifecycle and useEffect Hook

React Render Lifecycle and useEffect Hook
Let me tell you something you already know: React Class Components are history 💀 In this post, we'll explore how functional components handle the react …
Read more »

5 Front-End Web Frameworks to Consider Other Than React

5 Front-End Web Frameworks to Consider Other Than React
Modern web development requires developers to focus on creating complex logic, improving performance, and serving users on different networks across the globe …
Read more »

Optimizing React's Performance

Optimizing React's Performance
Developers need to optimize their apps for performance to ensure a satisfying user experience and retain their users. As Akamai’s research shows, speed matte…
Read more »

Next.js rearchitects router for smoother server-side rendering

Next.js rearchitects router for smoother server-side rendering
The new App Router in Next.js 13.4 builds on React Server Components and React Suspense to improve data fetching, page loading, and the developer experience.…
Read more »

A Gentle Introduction To React, Visualized

A Gentle Introduction To React, Visualized
React has rapidly become one of the most popular JavaScript frameworks, known for its ability to build high-performance, reusable UI components. This versatile…
Read more »

React Testing Library & Accessibility

React Testing Library & Accessibility
Have you ever wondered how to test your React components in a way that mimics how users interact with them? If so, you might be interested in learning about Re…
Read more »

Crush Your React and Redux Interview: 20+ Top Questions and Strategies

Crush Your React and Redux Interview: 20+ Top Questions and Strategies
React has emerged as one of the most widely used front-end frameworks globally, resulting in a high level of competition among React developers during job int…
Read more »

Zero-cost Way on React & D3

Zero-cost Way on React & D3
There are many intelligent articles, guides, and examples on the topic of using React inventory like useState , useEffect , useMemo, and useCallback. According…
Read more »

React State ManageMent

React State ManageMent
Here are all the sections are primarily covered in this blog: What is state in react? How you manage state in class component? How you manage state in fu…
Read more »

Deep dive into React: State Management Types and its Importance

Deep dive into React: State Management Types and its Importance
Introduction React is a popular JavaScript library for creating user interfaces. State management is a key concept in React. It refers to the data that chang…
Read more »