Replies: 1 comment 3 replies
-
This is very connected to @guillaumelachaud's idea on #371, which I really like. Having something like Storybook's controls will be a great addition in terms of developer experience. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
react-email
offers a neatnext.js
app that allows us developers to preview emails. Most emails are dynamic in the sense that props are passed to fill in placeholders.It would be nice if we could fill in the data / props so that we get the preview with said data. I was thinking on having something similar to https://storybook.js.org/docs/react/essentials/controls as part of the dev app. Something simpler could also suffice, like a field that would allow us to input JSON.
Thoughts? 🙏
Beta Was this translation helpful? Give feedback.
All reactions