Giter Club home page Giter Club logo

real-world-next.js's Introduction

$5 Tech Unlocked 2021!

The $5 campaign runs from December 15th 2020 to January 13th 2021.

Real-World Next.js

Real-World Next.js, published by Packt

978-1-80107-349-3

This is the code repository for Real-World Next.js, published by Packt.

Build scalable, high-performance, and modern web applications using Next.js, the React framework for production

What is this book about?

Next.js is a scalable and high-performance React.js framework for modern web development and provides a large set of features, such as hybrid rendering, route prefetching, automatic image optimization, and internationalization, out of the box. If you are looking to create a blog or an e-commerce or a simple website, this book will show you how you can use the multipurpose Next.js framework to create an impressive user experience.

This book covers the following exciting features:

  • Get up to speed with Next.js essentials and learn how to build apps quickly
  • Understand how to create scalable Next.js architectures
  • Choose between different rendering strategies, such as client-side rendering (CSR), static site generation (SSG), server-side rendering (SSR), and incremental static regeneration (ISR)
  • Write unit tests and integration tests in your Next.js application
  • Discover the powerful routing system and Next.js’ built-in components

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

function ContactPage() {
  return (
    <div>
      <ul>
        <li> Email: [email protected]</li>
        <li> Twitter: @myusername </li>
        <li> Instagram: myusername </li>
      </ul>
    </div>
  )
};


Following is what you need for this book:

This book is for web developers who want to improve their React skills by building scalable and maintainable full-stack applications using the modern Next.js web framework. Intermediate-level knowledge of ES6+, React, Node.js, and REST is assumed.

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
1 - 14 Install Node.js and npm Mac OS X, Linux, and other systems

Related products

Get to Know the Author

Michele Riva is a passionate and experienced software architect and Google Developer Expert from Milan, Italy. Over the years, he has contributed to many open source projects from big companies and foundations in many different programming languages and paradigms, including Haskell, Elixir, Go, and TypeScript. He has also written dozens of public domain articles on a broad range of topics and given many talks at international conferences and meetups. While writing this book, he worked as a senior software engineer in the architecture team of ViacomCBS, building a multi-tenant Node.js application at the heart of their streaming websites and networks. Currently, he's employed as a senior software architect at NearForm.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801073493

real-world-next.js's People

Contributors

micheleriva avatar packt-itservice avatar hedwards1997 avatar packtutkarshr avatar simranudasi23 avatar

Stargazers

 avatar openfly avatar Andrei Assa avatar Waliston Euripedes avatar  avatar  avatar CHIKAMATSU Naohiro avatar Nasrul avatar Allen Mak avatar Willie Jameson avatar  avatar Hassan Cissey Tijani avatar Liu Yang avatar  avatar  avatar  avatar  avatar kastldratza avatar Habibie Ed Dien avatar zhibin avatar Eldar Sieitablaiev avatar Fabio Giachelle avatar DC avatar Tengku Aideed Amsyar avatar Htain Linn Htoo avatar Christopher manning avatar Daniel Waldow avatar niandi zhou avatar Sutanto Gasali avatar ahead4 avatar Leandro Toledo avatar 김수진 avatar  avatar Bruce avatar Віталій Копилов avatar Dmitry Kuznetsov avatar Phaswana Ledwaba avatar  avatar Pritesh B. Shah avatar Amrit Pandey avatar  avatar Md. Tanvir Aunjum avatar Ali Mohammad avatar Brad (김용건) avatar eunoh avatar Danilo de Sousa avatar  avatar Muthu Subramanian avatar  avatar Kirubel Kassahun avatar Gianinna Caceres avatar zahgboat avatar Liang Ma avatar shoito avatar  avatar Hsinny avatar The Code Demon avatar Jimin Yoo avatar  avatar Walt avatar  avatar Tamas Tarjan avatar  avatar Cory Jaccino avatar khangaikhuu avatar dunz avatar Yoonseok Lee avatar Paolo Pastacaldi avatar sarah avatar Fabio Roberti avatar Kshitiz Rai avatar  avatar Hillary Wando avatar Joonmo You avatar Guilherme Gomes avatar nomura avatar Penh Polydet avatar Salvatore Vivolo avatar Valentin Ganchev avatar 。 avatar  avatar Akkarapon Phikulsri avatar Pamungkas Gumilang Aji avatar  avatar Ben Hoppe avatar Muhammad Hassan avatar hujuu avatar bbrombacher avatar Sho Yamada avatar Hamzah Ahmad avatar Senzo Earl  avatar Vince Fulco--Bighire.tools avatar  avatar Sarah Schuhegger avatar Khalid Dashash avatar Tien Nguyen Huu avatar EVA-Unit-x avatar  avatar Jack Wang avatar Dennis Meyer avatar

Watchers

James Cloos avatar  avatar Joan León avatar Constantin Câmpean avatar  avatar Gianinna Caceres avatar Eldar Sieitablaiev avatar  avatar MurtazaTinwala avatar Jorge Vargas avatar Senzo Earl  avatar  avatar Nenad avatar

real-world-next.js's Issues

Many things wrong in the book

So sad to tell this, but there are some things I noticed, just will mention about Chapter 4

  • In Chapter 4 the API provided is not working
  • Code examples has syntax issues like combining with tag
  • React coding problems linke using async inside the sign of useEffect hook:
    useEffect( async () => .....)
    image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.