Next.js ebook soon!

I'm thinking about writing an ebook about developing apps in Next.js.

I don't know exactly, how it will look like, but my (subject to change) plan of such e-book:

  1. basic concepts of Next.js, React, SPA, SSR, SSG
  2. app router vs. pages router (we'll be using app router)
  3. React server components
  4. hello world in Next.js
  5. creating pages
    1. static ones
    2. dynamic ones
    3. hyperlinks
    4. images
  6. data fetching
  7. caching
  8. creating REST api
  9. middleware
  10. authentication
  11. connecting various parts of app
  12. configuration
  13. going to production

Somebody could ask - why ebook if Next.js has its own documentation? Well, I got feeling that Next.js documentation is good when explaining general concepts like SSR, but it somewhat lacking of showing some practical know-how of "how to build apps". So basically idea is to create e-book that would explain some things and you could learn from it how to build whole application, not only about Next.js api.

Comments

Popular posts from this blog

Communication skills in a team.