The Definitive Guide to Next.js and Wagtail (2.0.0)
The Definitive Guide to Next.js and Wagtail (2.0.0)
About the Book
This is my #4 eBook of Wagtail, and I wish to talk about the new architecture (Jamstack) in this book.
Jamstack stands for Javascript, API and Markup (generated by a static site generator)
- The frontend app will be prebuilt into highly optimized static pages (Markup) and assets, and deployed to the CDN netowrk.
- Frontend app will use Javascript and API to talk to backend service, to enable dynamic content on some pages.
Jamstack has below benefits:
- Because the pages are prebuilt and served from CDN, pages can load FAST.
- The reduced complexity make the site more secure.
- Easy to scale when traffic grow.
By the end of this course, you will be able to:
- Understand
Docker
and useDocker Compose
to do development - Create blog models to work with Wagtail.
- Learn how to write serializer for Django models.
- Build a REST API for Wagtail CMS
- Use the
factory
package to help create test data - Test the REST API and generate test coverage report
- Create Next.js project with
create-next-app
- Learn React Function Component, and React hooks.
- Use
Tailwind CSS
to build clean and responsive UI. - Understand how Next.js page route works.
- Use next/image to do browser native lazy loading
- Make Wagtail preview work with the Next.js.
- Build comment system based on
django-contrib-comments
which supportGeneric Relations
- Use
Tribute.js
to addMention
andEmoji
support to the comment form. - Learn to use
React Query
to build lazy load comment list. - Test React component using
Jest
and@testing-library
family of packages. - Deploy the Next.js to the Netlify.
- Deploy the backend API to DigitalOcean
Tech
- Python 3.10
- Django 4.1
- Wagtail 4.1
- Next.js 13
- Tailwind 3
- React Function Component, React Hooks
- React Query
- Tribute.js
- Jest
Changelog:
2.0.0
Released 2022-12-21
- Use Tailwind CSS as style solution.
- Use React Query to replace SWR
- Use Next image to do browser native lazy loading
- Add Sitemap and Robots.txt
- Upgrade Django 4, Wagtail 4, update the screenshots
1.0.0
2021-08-16: First release
Bundles that include this book
Table of Contents
- 1. Introduction
- 2. Setup Wagtail Project
- 3. Dockerizing Wagtail App
- 4. Add Blog Models to Wagtail
- 5. StreamField
- 6. Build REST API (Part 1)
- 7. Build REST API (Part 2)
- 8. Routable Page
- 9. Pagination
- 10. Full Text Search
- 11. UnitTest (Part 1)
- 12. UnitTest (Part 2)
- 13. Setup Next.js project
- 14. Add Tailwind CSS
- 15. Building React Component (SideBar)
- 16. Building React Component (StreamField)
- 17. Tailwind Typography
- 18. Building React Component (PostPage)
- 19. Building React Component (BlogPage)
- 20. Building React Component (BlogPage Pagination)
- 21. Next.js Routing (Part 1)
- 22. Next.js Routing (Part 2)
- 23. Search Page
- 24. SEO
- 25. Add Preview Support
- 26. Import Comment Model
- 27. Manage Comment On Wagtail Admin
- 28. CommentForm
- 29. Add Mention Support to Comment Form
- 30. Add Emoji Support to Comment Form
- 31. Lazy Load CommentList
- 32. Dark Mode
- 33. Tailwind Typography Dark Mode
- 34. Next.js UnitTest Guide (Part 1)
- 35. Next.js UnitTest Guide (Part 2)
- 36. Next.js UnitTest Guide (Part 3)
- 37. Deploy the Wagtail App
- 38. Deploy Next.js to Netlify
- 39. Next Steps
- 40. Backend FAQ
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them