-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Features folders suggestion #2
Comments
Thanks @ianitsky for the suggestion, it's very reasonable. In React world, many components are created just used by their parent components for decoupling logic rather than reuse. So show them in a nested structure will be helpful. In my mind this could be implemented as a Rekit plugin, and rather than creating a folder, I think this could be implemented by dependency analytics. If a component is only used by another component in the same folder, then show it as a child of the component. In the disk they are still in the same folder but in Rekit project explorer, they can be showed in group. |
I agree, it's a good way.
Have you created a Todo of how to create a plugin. I want to help
Thanks
…On Wed, Jun 19, 2019, 1:29 AM Nate Wang ***@***.***> wrote:
Thanks @ianitsky <https://github.com/ianitsky> for the suggestion, it's
very reasonable. In React world, many components are created just used by
their parent components for decoupling logic rather than reuse. So show
them in a nested structure will be helpful.
In my mind this could be implemented as a Rekit plugin, and rather than
creating a folder, I think this could be implemented by dependency
analytics. If a component is only used by another component in the same
folder, then show it as a child of the component. In the disk they are
still in the same folder but in Rekit project explorer, they can be showed
in group.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AABH37ZUXCYGKNOXN5CLYDDP3GYZNA5CNFSM4HZB2542YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYAUXRI#issuecomment-503401413>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABH373JEOF5ZOO45DWLP5DP3GYZNANCNFSM4HZB254Q>
.
|
Thanks @ianitsky , I will create a simple guide for start plugin development and update you here. Looking forward to your work:-) |
Hi, I have a suggestion.
First, I love the rekit studio. Thanks for this.
To better organize myself, I like to create folders with the same component names as if they were child components.
Like this:
But in rekit-studio, these created folders are inside the Others folder.
Maybe if we could create folders with the same names of the components and make them integrate, it would be very interesting.
Like this:
I even tried to create the mod and do a PR, but I'm still not a master at react.
That's why Rekit helps me a lot.
Thanks
The text was updated successfully, but these errors were encountered: