-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
More modular feature selection #182
Comments
Can you elaborate on this a bit more? Increasing the number of features that need to be manually removed is not where I want to go either. |
But if somebody want to create react with JS, then it's good give that opportunity for people.
|
These are my thoughts on configuring the environment.
Specifically, I'm curious to hear your thoughts on how you think it would be appropriate to let people opt-in to modular configuration. I think there are two ways to do it.
|
And If you don't want to script like Vite, you can create it as a several modules, like Radix: And the core being installed as a starting template, and if user want, he can install more packages, which have additional files, and configs. In this year i have my own project to end, maybe i need to work on that on Q1 in next year, but i want to help you in that project, i will open 2 PR in this weekend, stay tuned :) Now i have only time for small changes, but in next year, we can build sth better than now, but i appreciate your work on this repo, cause it helps me a lot with my plugin :) |
Thank you for your contribution. It's giving me some extra inspiration. I'm also behind schedule with a personal project, but I'll do my best to make it up :) |
@Jonghakseo I'm in, if you want to start this feature, but i have time for it after new year, i will ping you here, if i'm open to start. You can do research and think about how to implement it :) |
hmm i think being more modular better do a CLI interface? It starts to fill more like a framework already.. |
Yeah like CLI, but I think we're far from framework now ;) |
This boilerplate started out as a small side project to solve a personal pain point for me, but it filled up with the dedication, contributions, and needs of many people. I'll give it some more thought as to direction, but I'm hoping to remove as much unintuitive behavior as possible, and for anyone to feel free to modify it after the fork... |
@PatrykKuniczak haha yeah its still so far from it. But all the foundation are here, great work to @Jonghakseo , I started built my chrome extension first time with as little hassle as possible, just few hiccups and workaround. Willing to help to expand this project more when im free. |
I join to this template, cause i was also trying to build my first plugin, and i don't know how to do it, i do it wrongly on first time, cause i create vite with react template, and develop as normal page, and occasionally run build and check how it looks like in the plugin. And i fix some bugs and help with improving, that other people have better dev experience :) But with this template it's soooo easy to develop :) |
Renewal complete with new project structure. |
Is your feature request related to a problem? Please describe.
I think the good idea is create this template more modular.
I mean give to the developer option to select, which feature he want to select.
Describe the solution you'd like
IDN how to do it, i know some features must be installed independly as a core functionallity, but rest could be optional.
In my case, after install i must remove half of this, cause i don't need it.
The text was updated successfully, but these errors were encountered: