Karan RawalforMakerspacemakerspace.hashnode.net·Nov 25, 2022Upgrade To NextJS 13: 700x Extremely Faster Than Webpack 🚀Next.js is an open-source web development framework created by Vercel enabling React-based web applications with server-side rendering and generating static websites. Recently, Vercel announced the newer version Next.js 13 (stable) on October 25th, 2...Discuss·24 likes·79 readsNext.js
Lior AmsalemforLior Amsalem Engineering Bloglior-amsalem.hashnode.net·Apr 1, 2023How to Migrate nextjs v12 to v13 app FolderNew existing changes coming in to nextjs! here's an helpful general purpose guideline to how to migrate your nextjs v12 implementation to v13. Intro Next.js, a popular framework for building server-rendered React applications, has released version 13...Discuss·10 likes·36 readsNext.js
Lior AmsalemforLior Amsalem Engineering Bloglior-amsalem.hashnode.net·Apr 2, 2023Nextjs Error: Objects are not valid as a React child (found: [object Promise]). If you meant to render a collection of children, use an array insteadI've noticed within the community of nextjs, there's a repetitive error that keeps occurring but is very difficult to understand. if you get this error, here are a few reasons why this error might occur This error hides another error In nextjs 13, in...Discuss·9 likes·100 readsNext.js
dahliaforeveryday code then porradacodethenporrada.hashnode.net·Apr 8, 2023How to set a cookie using NextJS 13 API routesIt seems that there is a correct sequence for creating a Response object with a set-cookie header and a JSON body in Next.js 13. I'm not sure if this is limited to the beta app directory version and typescript. Problem: typescript is confused? If you...Discuss·72 readsNext.js
Lior AmsalemforLior Amsalem Engineering Bloglior-amsalem.hashnode.net·Apr 2, 2023Nextjs Error: Objects are not valid as a React child (found: [object Promise]). If you meant to render a collection of children, use an array insteadI've noticed within the community of nextjs, there's a repetitive error that keeps occurring but is very difficult to understand. if you get this error, here are a few reasons why this error might occur This error hides another error In nextjs 13, in...Discuss·9 likes·100 readsNext.js
Lior AmsalemforLior Amsalem Engineering Bloglior-amsalem.hashnode.net·Apr 1, 2023How to Migrate nextjs v12 to v13 app FolderNew existing changes coming in to nextjs! here's an helpful general purpose guideline to how to migrate your nextjs v12 implementation to v13. Intro Next.js, a popular framework for building server-rendered React applications, has released version 13...Discuss·10 likes·36 readsNext.js
Abdul Razaque GorayaforRazaque Goraya's razaquegoraya007.hashnode.net·Feb 21, 2023Getting started with Next.js: A step-by-step guide for beginnersNext.js is a powerful React framework that helps you build scalable and high-performance web applications. It provides many features out of the box, such as server-side rendering, automatic code splitting, and optimized performance. In this blog post...Discuss·4 likesNext.js
Next DevforNext Dev's Blognextdev1111.hashnode.net·Jan 13, 2023What things I learned in 2022 as a full stack developer2022 was a year that taught me various things about various topics like startups, the stock market, coding, etc. Genuinely talking, I improved this year as I realized that reality is very different from what one thinks. Read till the end and I will t...Discuss·5 likes·35 readsDeveloper
Next DevforNext Dev's Blognextdev1111.hashnode.net·Dec 23, 2022Understanding Arrays in JavaScript 🕹️If you understand Hindi https://youtu.be/g1lLjD6Vj2w Let's start the blog 🎯🎯🎯🎯 🤔What are Arrays? Arrays are simply lists. An array is an object which is used to store multiple values with their indexes in a single variable. The values inside a...Discuss·1 like·56 readsJavaScript
Next DevforNext Dev's Blognextdev1111.hashnode.net·Dec 20, 2022What are Objects and why are they essential in JavaScript 🤔?If you understand Hindi, then you can watch 👇 video https://youtu.be/9zeYqTEEqnM 🤥What is a prototype? Just go to your browser console and write the following command: const obj = { name: 'Taran' } console.log(obj); Most of you would know w...Discuss·1 like·52 readsjavascript objects
Karan RawalforMakerspacemakerspace.hashnode.net·Nov 25, 2022Upgrade To NextJS 13: 700x Extremely Faster Than Webpack 🚀Next.js is an open-source web development framework created by Vercel enabling React-based web applications with server-side rendering and generating static websites. Recently, Vercel announced the newer version Next.js 13 (stable) on October 25th, 2...Discuss·24 likes·79 readsNext.js
Next DevforNext Dev's Blognextdev1111.hashnode.net·Oct 10, 2022How to use Prisma with express, postgress, and Graphql?Welcome friends to this new blog. In this blog, you will learn how to set up APIs with the help of an express server. You will learn how to integrate graphql in the express server. GitHub link — https://github.com/nextdev1111/prisma-postgres-graphql-...Discuss·49 readsPostgreSQL
Next DevforNext Dev's Blognextdev1111.hashnode.net·Jul 10, 2022How to use supabase database in flutter || 🔴 Part - 1Welcome friends to this blog post where you will learn how to use the supabase database in a flutter app. For people who understand Hindi: https://youtu.be/1QzT_y-BioU Step1: Go to supabase. com and click on start project and then this 👇page will ap...Discuss·133 readsFlutter