Sling Academy
Home/Next.js/Page 9

Next.js

How to Use Styled JSX in Next.js: Tutorial & Examples

How to Use Styled JSX in Next.js: Tutorial & Examples

Updated: Jan 08, 2023
This article walks you through two complete examples of using styled JSX in Next.js. The first example helps you learn the syntax of styled JSX and shows you how to use local and global styles. The second one demonstrates how to add......
Working with CSS Modules in Next.js

Working with CSS Modules in Next.js

Updated: Jan 08, 2023
This article is about using CSS modules in Next.js. Overview Next.js supports CSS modules out of the box. That means you can use it without extra setups or installing any third-party libraries. CSS modules are locally scoped, so......
How to Correctly Use Bootstrap 5 in Next.js

How to Correctly Use Bootstrap 5 in Next.js

Updated: Jan 08, 2023
This article shows you how to correctly use Bootstrap 5 (the latest version at the time of writing) in a Next.js project. By the end of this article, we will be able to: Use all CSS classes provided by Bootstrap 5 wherever you......
How to use Ant Design in a Next.js project

How to use Ant Design in a Next.js project

Updated: Jan 08, 2023
Next.js is a React framework that is used to build fast, high-performance, hybrid static and server-side rendering web applications. Ant Design is a UI library that provides a lot of pre-made React components like Button, DatePicker,......

How to use Font Awesome with Next.js

Updated: Jan 08, 2023
Font Awesome is a font and icon toolkit based on CSS and Less. It is used by millions of designers, developers, and content creators. Font Awesome provides over a thousand free icons, and they can be resized and colored to suit your......

How to Deploy a Next.js App on Ubuntu with Nginx and Let’s Encrypt

Updated: Jan 05, 2023
Next.js is a rapidly growing open-source React framework for building web applications. It is fast, efficient, and offers an extensive set of features, including server-side rendering, dynamic routing, and static optimization. In this......
Next.js Link: Disable auto scrolling to top on page changes

Next.js Link: Disable auto scrolling to top on page changes

Updated: Jan 04, 2023
In Next.js, when a user navigates from one page to another page by clicking on a <Link> component, they will be scrolled to the top of the destination page. This is the default behavior, and it makes sense in almost common use......

How to Add Google Analytics to Your Next.js App

Updated: Dec 14, 2022
If you’re a product owner or a software engineer, you are very likely to know the importance of measuring the performance and understanding how users use your web app. To do so, you need to integrate Google Analytics into your web app.......
← PreviousPage 9 of 9