-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
good first issueIssue that doesn't require previous experience with GatsbyIssue that doesn't require previous experience with Gatsby
Description
Summary
Aphrodite is a great plugin for CSS in JS w/ React. Let's create a plugin so that others can get some SSR benefits and CSS hydration with Gatsby.
Motivation
- We have a number of other plugins which implement similar functionality, e.g. gatsby-plugin-emotion, gatsby-plugin-styled-components, etc.
- We don't want to prohibit anyone from using Gatsby because their preferred styling solution isn't supported, and Gatsby is extremely pluggable to enable this :)
General Approach
- Create
packages/gatsby-plugin-aphrodite(see previously mentioned CSS in JS libraries for more info/boilerplate) - Implement the SSR API from Aphrodite
- PR and experience the ❤️ from all of those who use and like Aphrodite
jpalmieri
Metadata
Metadata
Assignees
Labels
good first issueIssue that doesn't require previous experience with GatsbyIssue that doesn't require previous experience with Gatsby