From the CSS tricks article: Managing State in React using Unstated-Next.
Note 1: The minimal form component example should use <FormContainer.Provider> and not <Form.Provider>. See unstated-next readme example.
Note 2: For the sharing state across multiple components example, I changed my file/folder structure and component names.