by codeAT21 | Apr 25, 2022 | React
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...
by codeAT21 | Apr 22, 2022 | React
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...
by codeAT21 | Apr 6, 2022 | PHP, React
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...
by codeAT21 | Apr 6, 2022 | PHP, React
In this article, we show how to Embed Microsoft Word and Excel Documents on an HTML Web Page. It is an easy and effective way to embed a Microsoft Excel and Word file on an HTML web page is to use the API provided by Microsoft and display excel/word documents right on...
by codeAT21 | Mar 28, 2022 | React
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...
by codeAT21 | Feb 19, 2022 | React
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...