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

Look into creating a helper that registers a boolean flag with the store for simple flags. #213

Open
benjamincharity opened this issue Jul 11, 2018 · 0 comments
Labels
Focus: utility General JS/TS utilities Needs: exploration Issues that need more information before being worked on Type: feature Functionality that doesn't currently exist

Comments

@benjamincharity
Copy link
Contributor

Currently the core team is storing all state items in the store. This includes simple flags for loading indicators etc. This requires devs to touch many files to add a single flag.

It would be very useful if there was a helper that could be used that simply registers a boolean to the store. This would likely work best when there is a specific store object for UI flags so that the helper isn't just registering these items anywhere.

@benjamincharity benjamincharity added Focus: utility General JS/TS utilities Needs: exploration Issues that need more information before being worked on Type: feature Functionality that doesn't currently exist labels Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: utility General JS/TS utilities Needs: exploration Issues that need more information before being worked on Type: feature Functionality that doesn't currently exist
Projects
None yet
Development

No branches or pull requests

1 participant