With barrel exports, you should follow this simple rule and it should be mostly okay:
- Only import files from barrel that are not also included in the barrel. That is, import stuff from barrels only outside the current folder. Never import stuff from barrel in the same folder.
Unless you have actual circular dependencies, barrels should not be an issue.