Skip to content
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

Harmonize root elements to use id="app" #12

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

fvsch
Copy link
Contributor

@fvsch fvsch commented Aug 31, 2023

Most of our starters have an index.html containing an empty div. Depending on the starter template, we use one of these two:

<div id="app"></div>
<div id="root"></div>

It would be nice to use the same convention for all starters. Open to opinions about what this convention should be.

For now I looked at which one we were using more, and the id="app" variant was more common, so I'm making this PR use id="app".

Other data points from the ecosystem:

@fvsch fvsch requested review from sulco and donmckenna August 31, 2023 07:32
@fvsch fvsch merged commit cc17452 into main Sep 1, 2023
1 check passed
@fvsch fvsch deleted the fvsch/harmonize-root-element-id branch September 1, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants