Paridhi Agarwalparidhi.hashnode.dev·Feb 8, 2024Using Server Actions in Next.js 14 to submit forms with image inputsI was recently trying to create a form in my project using Next.js 14 and Server Actions by following this guide on the official website. It seemed pretty straightforward until I started implementing it. My use case required me to also upload images ...23 likes·912 readsNext.js
Niraj Chaurasiyanirajchaurasiya.hashnode.dev·Nov 21, 2023Recalling SQL Commands For NextJS 14Hey, there, everyone!🙋♂️ If you are a developer and have worked on ReactJS and NextJS, you must have heard about NextJS 14, which introduced SQL on their server side. You can read their article at https://nextjs.org/blog/security-nextjs-server-comp...1 likenextjs14
Manjesh Kumar Sharmamanjeshkgp.hashnode.dev·Apr 28, 2023How to integrate Dark Mode in Next Js 13 with Tailwind CSSWhy use dark mode? Dark mode is important in websites because it improves the user experience, reduces eye strain and fatigue, conserves energy and battery life, and enhances the overall design and aesthetic appeal of the website. Dark backgrounds ma...986 readsTailwind CSS