-
Notifications
You must be signed in to change notification settings - Fork 1
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
Example component #18
Conversation
Hey @meinstein -
|
Sup @AlecAivazis -
and that produced bizarre value for
produced following contents:
which is awesome. Having the quark package import statement is def a nice to have, but can also be obviated in the in the getting started section for now. When rendering the contents, I wonder if it's worth stripping the
|
Another thing - doing the dynamic imports of the examples elicits a bevy of warnings (one for each readme):
The dynamic https://github.com/AlecAivazis/quark/pull/18/files#diff-89805ad225eb42127fdeb1c4e198af42R11 |
Yep, the examples are extremely convention driven, It should be documented somewhere for sure. If I get some time this week, i'll throw together a CONTRIBUTING guide so we can outline what all is necessary when building a component. |
The example files should never include the README. Are you seeing something different? I wouldn't expect that error you have showing since we shouldn't be requiring a markdown file. |
Let's use this to get around the README's: https://github.com/cherrry/ignore-loader |
This is to get the ball rolling on dynamically importing examples. That part was straight forward enough. But I have a couple question going fwd:
contents
field for each example object intended to contain? Is that for the contents of the source code? If so, it appears to not be working as intended quite yet.