Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
1,315 contributions in the last year
Activity overview
Contributed to
storybookjs/storybook,
chromaui/learnstorybook-design-system,
chromaui/chromatic-cli
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in storybookjs/storybook that received 8 comments
React: Add renderStory export
Issue: we want to make it easy to use CSF exports in testing frameworks. This adds it for React.
What I did
Added @storybook/react/render with a re…
+111
−2
•
8
comments
- Core: Fix existing behavior with story prefixes
- Core: Fix prefix redirect
- Hoist CSF `.story` annotations
- Examples: Remove deprecated hierarchy separators
- Don't show deprecation warning in storyshots
- Core: Pass denormalized stories to the sort function
- Core: Add `argTypes` to `StoryContext`
- Core: Add args reset API
- Storyshots: Fix metadata (parameters/decorators) handling
- Composition: Fix syntax on `no-cors`
- Remove gatsby and move everything to the top-level
- Deploy the `next` branch of frontpage too
- Core: Deprecate configure and clearDecorators
- Deprecate `addParameters` and `addDecorator`
- Ignore globals from non-local refs
- Composition: Ensure args get sent to the right ref
- Core: Remove manager redirects on boot
- Core: Deprecate immutable options as parameters
- Writing docs section migration for 6 0
- Addon-docs: Skip dynamic source rendering when not needed
- Writing stories section migration for 6 0
- migrate get started for 6-0
- Core: Optimize `storiesHash` by removing unused parameters
- Addon-controls: Fix undefined args handling
- Addon-docs: Fix Props `components` input
- CHANGE to use getDataForManager over extract api on storyStore
- Addon-docs: Automatic source selection based on story type
- Addon-controls: Fix no-args warning if argTypes are used
- FIX missing refId on getData calls
- Core: Move basic argType inference out of addon-docs and into core
- Addon-controls: Add reset UI to ArgsTable
- Addon-Docs: Fix ArgsTable controls on Docs tab
- Composition: Fix docs-only story handling for composed storybooks
- CLI: Component-driven React / Vue / Angular / Preact / Svelte templates
- Addon-docs: Remove undefined for optional values in Typescript Props
- Composition: Don't show versions dropdown if there are no versions
- CSF: Deprecate duplicate titles rather than forbid them
- Args: Rename Story/XStory to Template
- Addon-backgrounds: Zero config defaults
- UI: Add version release notes
- Core: Deprecate configure and clearDecorators
- Controls: Fix interaction lag & CJK input
- CLI: Add common welcome MDX and cleanup
- Some pull request reviews not shown.
Created an issue in storybookjs/design-system that received 2 comments
Incorrect use of `styled`
This commit: 6bed387
Introduces a memory leak as you are definitely not supposed to use styled inline inside a component. What that does is create …
2
comments

