Browsing Tag
react
581 posts
How I Use Terraform to Deploy My AWS Amplify React Project
As a Software Engineer, I would like to deploy my AWS Amplify React project using Terraform so that…
Implementing Automatic User Redirects in Next.js with Next-Auth
At itselftools.com, we have gained considerable experience from developing over 30 projects using Next.js and Firebase. One common…
React JS with Yarn 4
Yarn 4 introduces several advancements and features that enhance the developer experience. It requires Node.js 18+ and has…
React Tostify Usage in NextJS or ReactJS
React-toastify is a handy library for adding toast notifications to your React application. These notifications are small messages…
Best practices from open source:
I came across a function img.decode() in Next.js source code. I read the MDN docs related to image.decode…
React | Context API vs Zustand
Hello my fellow developers, today we will be discussing about react context api and zustand. Introduction React’s useContext…
Using styled-components in React/Next Applications
Introduction 📯📯📯 When it comes to styling your React application with a css-in-js approach, styled-components stands out as…
Start with features, not apps
Quick one: Ever thought we’ve been designing apps all wrong? Yup, that’s right. We’re like those people who…
What not to do when learning React?
Please take everything as a friendly advice and as a personal opinion. Most of the things said below…
Building Your First Browser Game with Three.js and React: Part 1 – Getting Started
Introduction Are you ready to jump into the exciting world of 3D web games? In this series, we’re…