Next js and PHP MySQLi CRUD application

Next js and PHP MySQLi CRUD application

In this article, we are going to discuss how to build a basic Next.js CRUD application with MySQL that includes pages that list data, insert data, and update and delete data using Next.js API routes. Next.js is an open-source React-based JavaScript framework created...

How to install Next.js

In this article, we’ll explain to you how to install and setup a Next JS project. Next.js is a React-based JavaScript framework for building server-side rendered React websites. It is an open-source framework created by Vercel. There are two ways to install and setup...

How to Embed PDF Document in HTML Web Page

In this tutorial, we will show you how to display an Embed PDF Document on an HTML Web Page. The PDF (Portable Document Format) document quickly and easily links to an HTML code into a webpage. This Embed PDF Document support all modern browsers. The PDF document’s...

Infinite scroll in Firebase (firestore) and React.js

Hello Everyone, This article is about how to pagination with firebase cloud Firestore in your React project. The firestore fetch first 3 data for example, then fetch the last data store the key value to execute a new query to fetch next 3 data starting after last...

React Firebase storage Upload and save url to firestore

In this tutorial, we'll talk about How to Upload Image to Firebase Storage and save URL to Firestore in React.js?. The users to upload images, files and data will be stored on Firebase Cloud Storage bucket. Scroll down to the page so you can see the demo and full...