React


How to Build a User Settings Page in Five Minutes

reactnextjssaas-ui

Embedding Google Forms in React Apps

reactgoogle-forms

5 Best React UI Frameworks and Component Libraries in 2023 - A Developer's Guide

MUI, Saas UI, Mantine, Tailwind. There are a ton of options out there for React. Here’s how to choose the right UI library based on component variety, performance, and developer experience.

reactui-librariescomponent-libraries

How to Fix the Issue Where We Can’t Type in a React Input Text Field?

In this article, we’ll look at how to fix the issue when we can’t type inside a React input text field. To fix the issue when we can’t type inside a React input text field, we should make sure the…

programmingweb-developmenttechnology

Micro Frontend with Module Federation in React

reactmodule-federationmicro-front-end

Working with styled-components in the Next.js

Styled-components is a popular CSS-in-JS library that allows you to write component-based styling in your React projects. When combined with the capabilities of Next.js, the result is a powerful…

reactnextjsstyled-components

It’s 2023 Now! React State Management: Context or Redux, Which Side Are You On?

Hi there. Today, I am going to discuss when to use what and why. Before I lay down my points and the foundation of my discussion, I would like to first get all of us on the same page about what…

reactjavascriptprogramming

I Built a Serverless Live Chat App with Next.js, Fauna, and WunderGraph for GraphQL Live Queries

A step-by-step guide to creating a scalable, real-time chat app using Serverless technologies, with a little help from NextAuth.js for GitHub sign-ins. Who needs WebSockets when you've got Live Queries?"

nextjswundergraphfauna

How to Create Guarded Routes using React Router v6

If you have worked on a React App with React Router Dom, you would have felt the need to restrict user access to some specific part of your app. It can be authentication-based, permission-based, etc…

programmingreactfront-end-development

How to Open a Link in a New Tab in React

react