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

fix: begin refactoring away from json content files #2115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

e-schneid
Copy link
Contributor

See ticket

This is an initial pass to begin removing the json content files (and BlockBuilder, etc) in favor of more standard React, to make it a bit easier for developers to make changes and also hopefully improve performance.

To facilitate smaller components, this also creates a new page-components directory to keep components that are specifically for use on a given route (in Next.js we don't want to these files living under /pages).

@e-schneid e-schneid requested a review from a team as a code owner November 18, 2022 21:26
@e-schneid e-schneid linked an issue Nov 18, 2022 that may be closed by this pull request
1 task
@github-actions
Copy link
Contributor

*
* @returns
*/
export function Sectionals({ children, variant, id }) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing code used the name "sectionals," and then each of these contained a number of "sectional" components, and within "sectional" you'll find "column." The naming needs a little help, I think, and I'm open to ideas. Maybe "Container" for the outermost box, then "Section," and then "Column"?

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.

Fix rendering issue on website impacting performance
1 participant