You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frontend components should be refactored to decouple components, reduce prop drilling, improve readability, as well as removing unused/unnecessary code.
Idea is to give features several new files that will store mutations, queries etc.
Some components need logic improvements
Consider utilizing global state scoped to feature, so we can reduce the amount of prop drilling/passing setState functions deep into child components
The text was updated successfully, but these errors were encountered:
Frontend components should be refactored to decouple components, reduce prop drilling, improve readability, as well as removing unused/unnecessary code.
Idea is to give features several new files that will store mutations, queries etc.
Some components need logic improvements
Consider utilizing global state scoped to feature, so we can reduce the amount of prop drilling/passing setState functions deep into child components
The text was updated successfully, but these errors were encountered: