rekit
rekit copied to clipboard
[Feature Request] Add support sub-directory in feature.
Hi, Can you add support for sub folders?
e.g.
+ features
+ product
+ component
- ComponentA.js
- ComponentB.js
- ...
Thanks.
I would like to request something similar. The features
folder gets cluttered up quickly as each component may have a style.less file.
Though I think this is quite useful feature, it's not a mush have one in my mind because I don't think a feature should contain to many components. Whenever it becomes too large you should refactor them to more features.
In this case, is there anyway to group some of the features into a new feature or is there anyway to create a hierarchy feature? Thanks