RIRem Ixiinnextjs-templates.hashnode.dev·Feb 4, 2022 · 6 min readHow to build a Contact form with Formik in Next JS and TypeScriptIn this article, we'll learn how to build a form using Next, TypeScript, and Formik. We'll be building a simple contact form with basic validation before submitting it. Formik is flexible library for building forms in React and React Native. Set up p...00
RIRem Ixiinnextjs-templates.hashnode.dev·Nov 22, 2021 · 4 min readHow to Set Up Chakra UI with Next JS by creating a Hero componentCreating a user interface is never a simple task, but Chakra UI is a great UI library to get your Next.js application up and running fast, all while maintaining aesthetics. In this guide, you'll learn how to set up a simple Next.js app with Chakra UI...00
RIRem Ixiinnextjs-templates.hashnode.dev·Nov 15, 2021 · 2 min readHow to create a Landing Page with Next JS in 5 minutes and deploy in productionThe first thing you do for your SaaS products is to create a landing page. It's also applied for open source projects, Startups, selling online products, etc. Building your Landing Page is the best way to promote your projects and find your audience....00
RIRem Ixiinnextjs-templates.hashnode.dev·Oct 29, 2021 · 4 min readBuild a SaaS App with a Full-Stack React and AWSIn this article, you'll be able to build a full-stack React SaaS app using a Serverless REST API backend. You'll deploy the frontend and the backend on your AWS account. React Frontend Run the frontend locally First, we'll start to build the frontend...00
RIRem Ixiinnextjs-templates.hashnode.dev·Oct 20, 2021 · 3 min readThe DERN stack, the perfect alternative to MERN stack for ServerlessThe MERN stack is one of the most famous stacks in the JavaScript ecosystem. A combination of MongoDB, Express.js, React and Node to build web applications. Unfortunately, MERN isn't ready for modern application in the Serverless world. A bottleneck...00