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

Implementing Gatsby v5 Slices API #569

Open
naomatheus opened this issue Aug 3, 2023 · 0 comments
Open

Implementing Gatsby v5 Slices API #569

naomatheus opened this issue Aug 3, 2023 · 0 comments
Labels
Feature Request See something that you think could be better? Describe the feature and your ideas and let's talk

Comments

@naomatheus
Copy link
Collaborator

Implementing Gatsby v5 Slices API

Related to issue: #524

The implementation of the Slices API requires some design planning, state management work, and react context management. This makes it necessary to split it into a new issue focused specifically on the Slices API implementation.

A brief discussion on the implementation details can be found in this Draft PR: #562.

Recommended resources:

📖 Please review the previous discussion here: #562.
⚠️ Note: styled-components is NOT compatible with Gatsby v5 Slices API, and there are no plans to support it. A recommended alternative is the @emotion/styled dependency. It has a syntax that closely resembles styled-components, allowing for a simple switch in the import from styled-components to @emotion/styled.
🧪 Lastly, ensure to test the project's production build for compatibility within the CI environment.

@naomatheus naomatheus added the Feature Request See something that you think could be better? Describe the feature and your ideas and let's talk label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request See something that you think could be better? Describe the feature and your ideas and let's talk
Projects
None yet
Development

No branches or pull requests

1 participant