Next.js Discord

Discord Forum

How would you guys approach this use case in next14:

Unanswered
Kromfohrländer posted this in #help-forum
Open in Discord
Avatar
KromfohrländerOP
I need to build out a form, the last input in the form is a Calender where there are dates to choose from, when a date is choosen, a query should be executed, that query needs to fetch al the available times in that given date. And those times need to pop up as buttons that needs to be displayed in the form. My question is: How would you guys build this approach in next14? I am having a bit of trouble sharing the state, server,client compenent etc..

0 Replies