Skip to content
New issue

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

Add more innovative examples in README.md file #30

Open
naman03malhotra opened this issue Nov 15, 2020 · 0 comments
Open

Add more innovative examples in README.md file #30

naman03malhotra opened this issue Nov 15, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@naman03malhotra
Copy link
Owner

Add more examples where this pattern shines from the traditional imperative pattern.

  • Come up with your own interesting examples.
  • Form validations can be messy, maybe a good example around that.
  • You can check your current codebase if you find a messy if-else logic that can be converted to this pattern.
  • One example can be for a dynamic form, where while filling a field will determine the rest of the journey of the form. In that case, you can compose/extend rules on the fly to create a new dynamic rule.
@naman03malhotra naman03malhotra added the good first issue Good for newcomers label Nov 15, 2020
@naman03malhotra naman03malhotra added the documentation Improvements or additions to documentation label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant