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
essentially static properties next to the state prop -- very useful to have
{ default: '200px' } for example
{ default: '200px' }
The text was updated successfully, but these errors were encountered:
very nice for jsx as well state.bla.compute() || 'dirty'
state.bla.compute() || 'dirty'
Sorry, something went wrong.
will make it easier to not set defaults etc in the state
this is a big new feature - lots of stuff going on -- idea is to make a mixed type for static things -- for now only go for properties
No branches or pull requests
essentially static properties next to the state prop -- very useful to have
{ default: '200px' }
for exampleThe text was updated successfully, but these errors were encountered: