Nextjs Series

Next.js: The React Framework for Production
Next.js is a powerful and flexible React framework that enables developers to build fast, user-friendly web applications with ease. Developed by Vercel, Next.js provides a comprehensive set of features that streamline the development process, enhance...
6 months ago
3 min read
Gopal Adhikari

Gopal Adhikari

Author

Step-by-Step Guide to Highlighting Code Syntax in React/Next.js with react-syntax-highlighter
Are you a React developer looking to enhance the visual appeal of your code snippets? Look no further than the power of React Syntax Highlighter. With its ability to transform plain text code into beautifully styled and highlighted displays, React Sy...
6 months ago
4 min read
Gopal Adhikari

Gopal Adhikari

Author

How to Implement Prism.js for Code Highlighting in Next.js: A Step-by-Step Guide
Prism.js is a beautiful and lightweight syntax highlighting library for the modern web. In this article, we will learn how to highlight code syntax on the web using Prism.js and Next.js. Setting Up a Next.js Project Prerequisites Before you get start...
7 months ago
8 min read
Gopal Adhikari

Gopal Adhikari

Author

Next.js Performance Optimization: How to Increase Next.js Speed
Performance is crucial for any website. Everyone prefers a faster website. Next.js apps are fast and optimized by default. However, if the app size grows, there is a chance for lower performance. I will guide you on optimizing your Next.js app from a...
8 months ago
6 min read
Gopal Adhikari

Gopal Adhikari

Author

Setting Up Nextjs 14 with Apollo Client and Codegen CLI
Next.js is a powerful full stack framework for building React applications with features like server-side rendering and static site generation. When combined with Apollo Client, you can efficiently manage GraphQL queries and mutations in your applica...
8 months ago
8 min read
Gopal Adhikari

Gopal Adhikari

Author

You've reached the end! 👋