Javascript – How can I send data between two pages in Next.js?
The specific case is that I use one page filter.jsx to get the request from the user like the subject, the grade of student, the difficulty level, ... Then I process them via an API filter/route.js to filter the question…