Skip to content
Learn Code Zone
Search for:
  • Java
  • ReactJS
  • React Native
  • Flutter
  • Next.js
  • Go
  • Linux
  • Interview Questions
    • Go Interview Questions 
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us

Category: next.js-tutorial

next.js-tutorial

Next.js Api Data Fetching

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js Api Data Fetching

let’s create a project and create a new file airlines.js and a fake API https://api.instantwebtools.net/v1/airlines. Open up the directory you’d like to create your project in and run: After the installation is complete, you can navigate to your new project…

Read More→

next.js-tutorial

Next.js API MiddleWares

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js API MiddleWares

The API Middleware layer, in essence, serves the same purpose as middleware in other IT solutions. It lies between the client and the systems of record, converting the customer’s wishes into action in the fundamental systems of record. Middleware is…

Read More→

next.js-tutorial

Next.js API Routes

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js API Routes

API Routes is a Next.js feature that allows you to establish a REST API. Any file in the /pages/api subdirectory will be mapped as an API end point by Next.js. The following is an example of an API function. Following…

Read More→

next.js-tutorial

Next.js Pre-Rendering

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js Pre-Rendering

Instead of relying on client-side JavaScript to generate HTML for each page, Next.js generates it in advance. In a Next.j app, pre-rendering is completed by default. What’s the point of pre-rendering? It improves performance since we have to fetch data…

Read More→

next.js-tutorial

Next.js CSS Support

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js CSS Support

We can utilise the built-in CSS-in-js library styled-jsx in Next.js. Within a react component, CSS can be written, and these styles are scoped to the component. We’ll create a container object in this example, which will be used to encapsulate…

Read More→

next.js-tutorial

Next.js Routing

May 30, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js Routing

To use routing in a React project we make use of a third-party package and create a file, route.js, to configure the routes. For each route created, a component file exports the component, imports it in routes.js, and configures the…

Read More→

next.js-tutorial

Next.js Pages

May 25, 2022May 25, 2022 Vivek PandeyLeave a Comment on Next.js Pages

Now that we have a good grasp of the tools we can use to help us develop Next.js apps, let’s continue from where we left our first app: I want to add a second page to this website, a blog.…

Read More→

next.js-tutorial

Next.js Debugging

May 25, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js Debugging

Next.js is more difficult to debug than a conventional browser-only React app since it is a React meta-framework that runs in both Node.js and the browser. We’ll go over a few different debugging techniques, each of which has its own…

Read More→

next.js-tutorial

Next.js Installation

May 25, 2022May 30, 2022 Vivek PandeyLeave a Comment on Next.js Installation

You must have Node.js installed before installing Next.js. Make sure you’re using the most recent version of Node. Compare it to the latest LTS version provided on https://nodejs.org/ by running node -v in your terminal. The npm command will be…

Read More→

next.js-tutorial

Next.js Tutorial

May 25, 2022May 25, 2022 Vivek PandeyLeave a Comment on Next.js Tutorial

There are numerous web frameworks available, and with the introduction of Node.js, even more, have been released. Every web developer uses one or more web frameworks (sometimes more if their services have distinct requirements), and businesses use multiple frameworks, but…

Read More→

Categories

  • C++
  • Dart
  • Data Structure
  • Flutter
  • flutter-tutorial
  • General
  • go-tutorial
  • Java
  • java-tutorial
  • JavaScript
  • Linux
  • linux-tutorial
  • next.js-tutorial
  • Php
  • php-tutorial
  • Python
  • react js-tutorial
  • React Native
  • react native-tutorial

Quick Links

  • React Table Dropdown Hiding inside the table
  • Top 12 Actions needed to achieve Excellence consistently
  • Recover accidentally deleted flutter code files
  • Depend On Inherited Element was called before init state in flutter
  • Flutter – Unable to create dart snapshot for flutter tool.
  • Java JVM, JRE and JDK
  • C++ VS Java
  • Features of Java
  • Java History
  • Java Tutorial
  • Unable to create dart snapshot for flutter tool
  • React Interview Questions and Answers
  • Interview Questions
  • React vs. Vue
  • ReactJS Vs React Native
  • AngularJS Vs ReactJS
  • Difference Between
  • React Custom Hooks
  • React useMemo Hook
  • React useCallback Hook
  • Facebook
  • YouTube

Archives

  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • February 2021

Links

  • Java
  • ReactJS
  • React Native
  • Flutter
  • Next.js
  • Go
  • Linux
  • Interview Questions
    • Go Interview Questions 
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us
Go to top