Imamuzzaki Abu Salamhash.imam.dev·12 hours agoComplete Guide to Deploying Next.js Standalone with Bun and DockerWhy Deploy Next.js with Bun and Docker? When Bun hit its stable version 1 and Vercel started supporting it as a package manager (though still relying on Node for runtime), I was intrigued. How could you simulate the Vercel deployment process locally?...Discuss·11 likesNext.js
Dania Emaridania.hashnode.dev·18 hours agoOptimizing Web Performance with Headless UIIntroduction when creating your project components, you can go both ways, either creating everything from scratch or using ready-to-use components. In this day and age, there are a lot of resources to help with the easier process of developing your o...Discuss·10 likescomponents
Shahriar Rumelrumelshahriar.hashnode.dev·6 hours agoForm Validation with Formik & Yup: A Tutorial for React/Next.js DevelopersForm handling and validation are common tasks in web development, and they can become quite complex as your application grows. React provides a flexible way to manage forms, but to simplify the process and streamline validation, you can use a library...DiscussReact
Jeroen Leenartsappforce1.hashnode.dev·7 hours agoBuilding a Real-Time WhatsApp Web Clone with NextJS, Supabase, and TailwindLaunched in 2009, WhatsApp remains one of the most popular communication platforms in the world, helping friends, family members, and community groups stay connected no matter where they’re located or what devices they’re using. With a powerful set o...Discusswhatsapp
Rajdeep Dasrajdeepds.hashnode.dev·8 hours agoLuminate: Pioneering the next generation of Cloud-Based IDEsIntroduction In today's rapidly evolving tech landscape, developers are more than just code writers; they're innovators, collaborators, and architects of the digital age. But even the most skilled developers can find themselves bogged down by fragmen...Discussdevelopment
Vikas Rainextjsdev.hashnode.dev·Oct 1, 2023Introducing Ryform: A Custom Form Building Web AppIntroduction ✨ In this article, we'll delve into the world of Ryform, exploring its key features, innovative technology stack, and the challenges overcome during its development. Join us as we introduce you to a powerful tool that's changing the game...Discuss·16 likes·65 readsouterbasehackathon
Hassana Abdullahihassyblog.hashnode.dev·16 hours agoReact.js vs Next.jsIntroduction React.js and Next.js are two popular technologies in the web development world. They both use the same JavaScript library for building user interfaces, but they have different features and use cases. In this article, we will compare Reac...Discuss·10 likesReact
Shreyas Chalihashreyas-chaliha.hashnode.dev·19 hours agoShare and Review books you love with "Summize"NOTE: Outerbase is in beta, so things are subject to change. The article will cover the process I took to create the application in September 2023. Summize is a web application where you can add books you love and also add your reviews/summaries. For...DiscussOuterbase
Mohammed Ali Maazmaaz-blogs.hashnode.dev·a day agoDifferent types of rendering techniques in Next jsOne of the benefits of Next.js is its versatility in regards to how it builds the page on the user’s browser. The speed at which the content is rendered depends on the size and type of application. Next.js has three options to choose from so that pag...DiscussReact
Juwon oladele walk.hashnode.dev·Sep 30, 2023Difference between layouts and templates in Next.jsIntroduction Templates and layouts are often used interchangeably without regard for the use cases and differences between the two concepts. This article explains the difference between templates and layouts in Next.js and the appropriate use cases f...Discuss·11 likesNext.js