November 2021 (done) #459
Labels
Assigned - Async
Issue is assigned to at least one person. PR is assigned to at least one person.
Ready to test - Async
Issue is implemented and ready for testing. PR is merged.
changes at the end of Chapter 9, codebase
book/9-end
:requires removal ofReadChapter.getInitialProps
->ReadChapter.getServerSideProps
withAuth.getInitialProps
, data serializing, small refactor. Not enough benefit (reducing bundle size sent to browser)dotenv
; update name for universal (not server-only) environmental variables; updateREADME
file (chapter content to be changed)ReadChapter
->ReadChapterFunctional
, Express routes insideroutesWithSlug
):DiscussionPageCompFunctional
: https://github.com/async-labs/saas/blob/master/book/11-end/app/pages/discussion-f.tsxbuilderbook
with codebase insidebook/9-end
Node.js 14 running on 64bit Amazon Linux 2
:engines
inpackage.json
config.yml
getInitialProps
firing for SSR and CSR pages:MyDocument.render
withAuth.getInitialProps
ReadChapter.getInitialProps
ReadChapter.componentDidMount
ReadChapter.componentDidUpdate
(before condition and inside condition)ReadChapter.componentWillUnmount
The text was updated successfully, but these errors were encountered: