Diego Massarini
Diego Massarini
const CustomForm = () => ( ( **Use this div as reference, and add your style** subscribe(formData)} /> {status === "sending" && sending...} {status === "error" && } {status ===...
Yes, I'll do it Thanks Jonas for replay me! Ciao :)
> @yousihy @codingwithashu I hope you are aware of the fact that `defaultValue` should be used only when you do not need to control the state of the select. You...
Hey 😀 I'm translating "Start a New React Project"
> Hey! i'm translating "Thinking in React" @Th3Wall the page seems to have already been taken by @SamuelePiazzesi
Thank you for your effort; super nice idea! :)
I found a solution, in the root layout add data-scroll-behavior="smooth" ``` export default function RootLayout({ children, }: Readonly) { return ( {children} ); } ``` and in the css: ```...