Published onApril 8, 2023Insta-Next: Creating Posts and Stories with POST Requestsnextjsreact-queryzodreactWe will finally look into making POST requests in Next.js to create posts and stories with validation using Zod
Published onApril 7, 2023Insta-Next: Authentication with NextAuthnextjsreactnextauthprismaIn this part, let's try to implement authentication for our InstaNext app using NextAuth.js
Published onApril 6, 2023Insta-Next: More UI with MantinenextjsreactfrontendtailwindmantineIn this part, let's build the Instagram post and story modals with carousels!
Published onApril 5, 2023Insta-Next: Improving UI with Mantine and Tailwindnextjsreacttailwindmantine-uiIt's time to improve the app's UI with Tailwind and Mantine. We will also employ Next.js layout on the application.
Published onApril 4, 2023Insta-Next: Exploring APIs with React Queriesnextjsreactprismareact-queryapiLet's start building the backend APIs using Next.js and use React Queries to fetch them!