Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
next.js

10 Articles
{
,

}
Direct link to the article Converting Speech to PDF with NextJS and ExpressJS
audio express next.js pdf

Converting Speech to PDF with NextJS and ExpressJS

With speech interfaces becoming more of a thing, it’s worth exploring some of the things we can do with speech interactions. Like, what if we could say something and have that transcribed and pumped out as a downloadable PDF?

Well, …

Avatar of Onuorah Bonaventure Chukwudi
Onuorah Bonaventure Chukwudi on Aug 4, 2022
Direct link to the article Syntax Highlighting (and More!) With Prism on a Static Site
next.js static sites syntax

Syntax Highlighting (and More!) With Prism on a Static Site

So, you’ve decided to build a blog with Next.js. Like any dev blogger, you’d like to have code snippets in your posts that are formatted nicely with syntax highlighting. Perhaps you also want to display line numbers in the …

Avatar of Adam Rackis
Adam Rackis on May 4, 2022
Direct link to the article 7 Fresh Links on Performance For March 2022
cloudflare next.js performance svg icons webpagetest

7 Fresh Links on Performance For March 2022

I have a handful of good links to articles about performance that are burning a hole in my bookmarks folder, and wanna drop them here to share.…

Avatar of Chris Coyier
Chris Coyier on Mar 2, 2022
Direct link to the article Helpful Tips for Starting a Next.js Chrome Extension
browser extension next.js

Helpful Tips for Starting a Next.js Chrome Extension

I recently rewrote one of my projects — Minimal Theme for Twitter — as a Next.js Chrome extension because I wanted to use React for the pop-up. Using React would allow me to clearly separate my extension’s pop-up component and …

Avatar of Thomas Wang
Thomas Wang on Feb 10, 2022
Direct link to the article Building a Tennis Trivia App With Next.js and Netlify
netlify next.js tailwind typescript

Building a Tennis Trivia App With Next.js and Netlify

Today we will be learning how to build a tennis trivia app using Next.js and Netlify. This technology stack has become my go-to on many projects. It allows for rapid development and easy deployment.

Without further ado let’s jump in!…

Avatar of Brenley Dueck
Brenley Dueck on Oct 8, 2021
Direct link to the article Architecting With Next.js
netlify next.js

Architecting With Next.js

Free event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It’s just a little half-day thing. No brainer.

Join us for a special event where we’ll highlight business teams using Next.js in production, including

…
❥ Sponsored
Direct link to the article Responsible Markdown in Next.js
markdown next.js

Responsible Markdown in Next.js

Markdown truly is a great format. It’s close enough to plain text so that anyone can quickly learn it, and it’s structured enough that it can be parsed and eventually converted to you name it.

That being said: parsing, processing, …

Avatar of Kitty Giraudel
Kitty Giraudel on Aug 10, 2021 (Updated on Sep 5, 2021)
Direct link to the article How to Create a Commenting Engine with Next.js and Sanity
comments next.js sanity

How to Create a Commenting Engine with Next.js and Sanity

One of the arguments against the Jamstack approach for building websites is that developing features gets complex and often requires a number of other services. Take commenting, for example. To set up commenting for a Jamstack site, you often need …

Avatar of Bryan Robinson
Bryan Robinson on Nov 6, 2020
Direct link to the article Comparing Static Site Generator Build Times
eleventy gatsby hugo jekyll next.js nuxt static site generators

Comparing Static Site Generator Build Times

There are so many static site generators (SSGs). It’s overwhelming trying to decide where to start. While an abundance of helpful articles may help wade through the (popular) options, they don’t magically make the decision easy.

I’ve been on a …

Avatar of Sean C Davis
Sean C Davis on Oct 28, 2020 (Updated on Nov 11, 2020)
Direct link to the article Building a Blog with Next.js
next.js

Building a Blog with Next.js

In this article, we will use Next.js to build a static blog framework with the design and structure inspired by Jekyll. I’ve always been a big fan of how Jekyll makes it easier for beginners to setup a blog …

Avatar of Pankaj Parashar
Pankaj Parashar on Jul 9, 2020 (Updated on Jan 14, 2022)

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways hosting
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top