Design System Talks

Women Who React Conference Notes

-Online book to read: Atomic Design by Brad Frost

  • Use Storybook to build: Learn Storybook

  • Design system architecture considerations

    • If only react repo, then css in js gives more flexibility
    • If used across different tech stacks (react, vue, angular etc), SASS (potentially using CSS Modules) is a better method
  • Look into using rollup.js to bundle storybook design library to port to codebase repo to use.