python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Serverless functions on Vercel not writing to database with prisma
Hello I am new to the whole serverless concept, I created my own wedding site because I'm hard headed and thought that I could create a better one then the free one offered by the knot. So I used Next...
Ryan Speciale
Votes: 0
Answers: 0
Code optimization for checkboxes in next typescript
I want to pass only data to only one checkbox so the code doesn't become redundant.
I've taken these so I can check the max and min value of some API data.
const[checkValMax, setCheckValMax]= useState...
Mishkat Marwat
Votes: 0
Answers: 1
How can I add animation to react state
I just want to add a fade in animation to next index. i found a package called "react transition group" but all tutorials were based on class components or redux I didn't understand anything...
Julia Schafer
Votes: 0
Answers: 1
Strapi/NextJs Dynamic Route Sitemap
I'm using the strapi-sitemap-plugin by boazpoolman to develop a sitemap for my NextJs application. The issue is I have a nested dynamic route like so:
/articles/[categories]/[article]
The plugin allow...
haredev
Votes: 0
Answers: 1