nextjs
Error Error Expected ‘,‘, Got ‘Classname‘ In Nextjs
## reason and solution ReactJS doesn’t allow 2 parent elements, make sure to use a div as parent…
Cross-Origin Request Blocked: The Same Origin Policy Disallows Reading The Remote Resource At Http://127.0.0.1:8000/X/...
## problem * backend: django REST framework * frontend: React/Next.js had this problem wh…
Nextjs: How To Set Background Image Dynamically
## What we need? In my blog index page, I want to show the featured image for every item and, i…
Nextjs:Warning: Prop `Href` Did Not Match. Server: "Blogs/8" Client: "/Blogs/8"
## problem Got this error in my blog index page. The strange thing is, I haven't noticed this pr…
Error Syntaxerror: Json.Parse: Unexpected Character At Line 1 Column 1 Of The Json Data
## project * backend: **django rest-framework** * frontend: **React/Next js** complete code …
Solving "Port 3000 Is In Use" Problem By Killing A Process In Git Bash
In react app (mine is next app, the same thing), sometimes we will got the error: ``` warn - P…