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
I think you answered the questions yourself, if it's local to a feature, keep it there. If it's only used in one place, feel free to keep it in the same file where it's used, no need to add extra files just for that. If it's reused within the feature, moving it to features/my-feature/types.ts or feautres/my-feature/constants.ts might make sense.
First of all, I want to thank you for the fascinating work you are doing, but I have the following situation:
In my React Native project, I have the following folder structure:
And I have several questions:
enum
that will only be used within a specific feature?enum
that are going to be used throughout the entire application?Thank you in advance, I hope to receive a response as soon as possible.
Gian López.
The text was updated successfully, but these errors were encountered: