This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Andrew James
ajames.dev
did:plc:7x76ufw2uefts2ynirh5qklc
if (wrap) {
return (
<FormProvider {…wrap}>
<form>
{children}
</form>
</FormProvider>
}
return <div>{children}</div>
Have I misread the article, or is it impossible to preserve child state here?
I had to hack a fix in where I always rendered either a form or a ‘disabled’ form
2025-05-19T01:53:55.244Z