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
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/ui/index.ts
the barrel file is not the best idea and it's not used either
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/about/About.tsx#L1 https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/user/User.tsx#L3
direct import is used in each example component
The text was updated successfully, but these errors were encountered:
Hello there, thanks for your interest @Filipo11021, and sorry for the late response.
You are indeed right, and we will remove barrel files shortly. 🙇
We'll close the issue once it's done 👍
Sorry, something went wrong.
No branches or pull requests
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/ui/index.ts
the barrel file is not the best idea and it's not used either
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/about/About.tsx#L1
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/user/User.tsx#L3
direct import is used in each example component
The text was updated successfully, but these errors were encountered: