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
Blocked by #843
See combining-multiple-stores
Root store is too big, we should split it as follows (store + fields):
userStore (userStore.tsx):
userStore.tsx
newsFlashStore (newsFlashStore.tsx):
newsFlashStore.tsx
widgetStore (widgetStore.tsx) :
widgetStore.tsx
move language properties (like currentLanguageRouteString and selectedLanguage) to settingStore:
currentLanguageRouteString
selectedLanguage
IMPORTANT: after done splitting, make sure you remove the /* eslint-disable*/ comment from the root store, to allow linter to scan this file as well.
/* eslint-disable*/
The text was updated successfully, but these errors were encountered:
MashaPav
No branches or pull requests
Blocked by #843
See combining-multiple-stores
Root store is too big, we should split it as follows (store + fields):
userStore (
userStore.tsx
):newsFlashStore (
newsFlashStore.tsx
):widgetStore (
widgetStore.tsx
) :move language properties (like
currentLanguageRouteString
andselectedLanguage
) to settingStore:IMPORTANT:
after done splitting, make sure you remove the
/* eslint-disable*/
comment from the root store, to allow linter to scan this file as well.The text was updated successfully, but these errors were encountered: