13 questions
I don't know the typical directory configuration for developing Rails and Frontend in one repository.For example, in the case of Rails API+Next.js, I think the following options are available.What is ...
Next.js implements pageation.There is something you would like to see on page {page} / {max_page} page.We calculate max_page as Math.floor after fetching data in SWR.As for max_page, the value does no...
AMP validation encountered a title error when building a Nextjs blogging service.If you look at the html source on the target screen, you can see the following in <head>:<styleamp-keyframes&g...
I am currently working on implementation with next.js, but as mentioned above, I would like to manage the check status of multiple check boxes with state, and if I press the button on a different comp...
If you want to create a service that can be used through a browser or smartphone applicationIt's a service like SNS, but I would like to develop a service that can be used from both browser (web app) ...
I asked the same question in teratail, but after 2 weeks, I still have 0 answers, so I would like to ask you a question.I don't care which way you answer.Also, I will share the progress with both of t...
I am thinking of deploying react-draft-wysiwyg in Next.js by referring to the page below.Easily implement rich text editors running on your browser using React Draft WysiwygWhat do you want to doI wan...
I would like to fetch Cloudfirestore on the client side with useSWR, but I didn't know how to write the API specification, so I asked you a question.This is because I am currently using NextJS to crea...
I was able to use firebase.storage() in React (firebase7.20.0), but even though I wrote the same code in Next.js, I got an error message for firebase.storage is not a function.What is the cause?fireba...
I would like to push the object to the array using the sample code below, but I cannot do as I wish.Push {text:aaa, imagePath:} to arry in the first loop using forEach and I think I'm pushing {text:bb...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.