You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just add a `decorators` export with a null session provider and you'll be in business.
1691
1692
1692
-
## Conclusion
1693
+
## Next Steps
1693
1694
1694
1695
I hope you found this tutorial and learned something about setting up a solid and scaleable Next.js project for you and your team.
1695
1696
1696
-
This is the first part of a multi-part series on creating a production quality Next.js app template. In coming installments we will also look at:
1697
+
This is the first part of what is intended to be a multi-part series on creating a production quality Next.js app.
1697
1698
1698
-
- An example app with multiple components, API routes, `getStaticProps` and `getServerSide` Props
1699
-
- Unit testing and end to end testing
1700
-
- Database connection with Prisma and your choice of DB adapter (we'll use Supabase and Postgres)
1701
-
- Authentication and SSO with next-auth
1702
-
- Internationalization with i18next and i18Nexus
1703
-
- Steps involved to transform into a monorepo with multiple apps and shared packages
1699
+
Some of my ideas for future installments are below, I'd encourage you to leave some feedback about which ones you'd find most useful (or other ones if you don't see them below).
1700
+
1701
+
- How to build a fullstack Next.js app using API routes and Tailwind CSS
1702
+
- How to add a global state manager to your Next.js app with Recoil
1703
+
- How to implement unit and end-to-end testing in a Next.s app with jest and playwright
1704
+
- How to create a CI/CD pipeline with Github actions and Vercel
1705
+
- How to implement SSO authentication and internationalization in a Next.js app using NextAuth and i18next
1706
+
- How to connect a database to your Next.js app with Prisma and Supabase
1707
+
- How to manage multiple applications in a monorepo with Next.js and Nx
1704
1708
1705
1709
Stay tuned and please don't hesitate to ask any questions, I'm happy to answer if I can!
1706
1710
1707
-
TODO:
1711
+
## Wrapping Up
1712
+
1713
+
Remember that all code from this tutorial as a complete package is available in [this repository](https://github.com/alexeagleson/nextjs-fullstack-app-template).
1714
+
1715
+
Please check some of my other learning tutorials. Feel free to leave a comment or question and share with others if you find any of them helpful:
1716
+
1717
+
-[How to Connect a React App to a Notion Database](https://dev.to/alexeagleson/how-to-connect-a-react-app-to-a-notion-database-51mc)
1718
+
1719
+
-[How to use Node.js to backup your personal files](https://dev.to/alexeagleson/how-to-use-nodejs-to-backup-your-personal-files-and-learn-some-webdev-skills-along-the-way-541a)
1720
+
1721
+
-[Introduction to Docker for Javascript Developers](https://dev.to/alexeagleson/docker-for-javascript-developers-41me)
1722
+
1723
+
-[Learnings from React Conf 2021](https://dev.to/alexeagleson/learnings-from-react-conf-2021-17lg)
1724
+
1725
+
-[How to Create a Dark Mode Component in React](https://dev.to/alexeagleson/how-to-create-a-dark-mode-component-in-react-3ibg)
1726
+
1727
+
-[How to Analyze and Improve your 'Create React App' Production Build ](https://dev.to/alexeagleson/how-to-analyze-and-improve-your-create-react-app-production-build-4f34)
1728
+
1729
+
-[How to Create and Publish a React Component Library](https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe)
1730
+
1731
+
-[How to use IndexedDB to Store Local Data for your Web App ](https://dev.to/alexeagleson/how-to-use-indexeddb-to-store-data-for-your-web-application-in-the-browser-1o90)
1732
+
1733
+
-[Running a Local Web Server](https://dev.to/alexeagleson/understanding-the-modern-web-stack-running-a-local-web-server-4d8g)
0 commit comments