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
Thanks for creating this great resource 🙌
Is it a goal that readers should be able to copy and use the code and have a working example?
With the Single Responsibility article, I can't determine where open would be called from with the good example:
open
With the bad example, I can imply that there would be a button/link with a openModal action:
openModal
The text was updated successfully, but these errors were encountered:
I‘m currently adding some codesandbox examples and have cleaned up a few things.
You’re very encouraged to add more examples where you think there belong more (or point out the examples to me)
Sorry, something went wrong.
No branches or pull requests
Thanks for creating this great resource 🙌
Is it a goal that readers should be able to copy and use the code and have a working example?
With the Single Responsibility article, I can't determine where
open
would be called from with the good example:With the bad example, I can imply that there would be a button/link with a
openModal
action:The text was updated successfully, but these errors were encountered: