We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The registration model is a part of the DataProvider model. It's a simple creation of a data provider on the API level.
DataProvider
On the other hand, the registration form (component) should store its state and maybe share it across various pages (discussable).
It can be based on MobX but any other framework or pure JS implementation is an option.
Let's discuss it all.
The text was updated successfully, but these errors were encountered:
As a part of this, I would like to reference a comment from #1:
[Registration form's] render method should stay pure. The state management should be placed in another component.
Sorry, something went wrong.
Long load #2
9129655
Bugfix/long load 2 (#318)
617053e
* Long load * Long load #2
Debug formap file #2
cbee45a
No branches or pull requests
The registration model is a part of the
DataProvider
model. It's a simple creation of a data provider on the API level.On the other hand, the registration form (component) should store its state and maybe share it across various pages (discussable).
It can be based on MobX but any other framework or pure JS implementation is an option.
Let's discuss it all.
The text was updated successfully, but these errors were encountered: