Reactjs – submit an async form that fetches data
in NextJs I want to create a component that displays a form, and fill this form by values from database. the problem is that client component doesn't support aync/await and server components doesn't support neither useFormState() nor event handlers async…