-
Notifications
You must be signed in to change notification settings - Fork 9
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
Re-adds Preact to homepage frameworks #264
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for storybook-addon-catalog ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for storybook-frontpage ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -40,6 +40,12 @@ export function HomeRenderers({ activeVersion }: HomeRenderersProps) { | |||
title="React Native" | |||
subtitle="on device" | |||
/> | |||
<Card |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original PR that added this placed it at the end of the card grid. Was it moved up on purpose?
I think it's more appropriately placed at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left as such to be "React-adjacent". Technically, Preact is quite similar to React. Nothing more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment to consider, but I'll approve to unblock you.
Follows up on #257 & #263
With this small pull request Preact is added to the list of supported frameworks.
What was done:
HomeRenderer
component@kylegach when you're able, can you take a look into this pr and follow up with any feedback you may have? Thanks in advance