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
As part of code cleanup, think about what logic is specific to your react components (state management, rendering) and what could be modularized into a helper function.
Beyond just making the component more concise and readable, this might also be easier to debug and test.
The text was updated successfully, but these errors were encountered:
project-greenfield/src/components/questions/Questions.js
Lines 53 to 61 in 834c22b
As part of code cleanup, think about what logic is specific to your react components (state management, rendering) and what could be modularized into a helper function.
Beyond just making the component more concise and readable, this might also be easier to debug and test.
The text was updated successfully, but these errors were encountered: