Article: Understanding the NextJS React Framework

The Next.js JavaScript framework is a “batteries included” React framework for building React applications.

Understanding the NextJS React Framework

Table of Contents

Summary

Next.js is a JavaScript framework that enables you to build superfast and extremely user-friendly static websites, as well as web applications using React. The not-so-technical description of this React framework is it is a “batteries included” way to build React applications.

References

  1. Next.js by Vercel - The React Framework, https://nextjs.org/. Accessed 6 July 2022.
  2. “vercel/next.js: The React Framework.” GitHub, https://github.com/vercel/next.js/. Accessed 6 July 2022.
  3. Rassoulli, Yashar. “Deploy Next.js Sites and Apps - Starter Templates & Resources.” Netlify, https://www.netlify.com/with/nextjs/. Accessed 6 July 2022
  4. Niżyński, Daniel. “What is Next JS and Why Should You Use it in 2022?” Pagepro, 18 April 2022, https://pagepro.co/blog/what-is-nextjs/. Accessed 6 July 2022.
  5. Barger, Reed. “Get Started with Next.js – The React Library Your Project Needs.” freeCodeCamp, 14 January 2022, https://www.freecodecamp.org/news/nextjs-tutorial/. Accessed 6 July 2022.

Related Posts

Leave a Comment