-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for multiple templates in create fuels
#2837
Comments
create fuels
for supporting templatescreate fuels
Thanks @arboleya for proposing this enhancement to support multiple templates. While I understand the potential benefits, I have some concerns about the long-term implications of maintaining multiple templates, particularly:
Given these concerns, I suggest we carefully consider whether the benefits of multiple templates outweigh these potential drawbacks. If we do proceed, we should start with a very limited number of well-chosen templates and have a clear strategy for managing these challenges. The impetus behind #2781 was to provide flexibility to developers by using a less opinionated framework without introducing multiple templates, so I still would prefer to explore alternative ways to give that kind of flexibility at least. |
These are all valid concerns, which we discussed before starting the |
@salemalem This issue has indeed been finished, and this guide is now out of date, so I have created the following issue to migrate that guide. In the meantime, the following documentation can be used. |
Currently, we have only one template using NextJS.
Before we can add more templates, we need the basic infra to support N templates.
Then we'll be able to:
The default version should continue working as it is now, using NextJS:
This issue is just about pluralizing the template options but adds nothing new.
Follow-up issue:
create fuels
#2838The text was updated successfully, but these errors were encountered: