crazyfactory/ts-react-boilerplate

Improve on storybook

Closed this issue · 1 comments

  • Function details are not shown inside Story Source. It will be written function noRefCheck() {} instead. See storybookjs/storybook#7236.
  • We need to be able to change state of the parent container on when user interacts with documented component. For example, Checkbox component with checked prop that's either true or false.
  • We need to relax our lint rules for *.stories.tsx files such as jsx-no-lambda or react-this-binding-issue.

Closed by #275