Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building React Components Library (Conf Edition)

Rob
July 13, 2016

Building React Components Library (Conf Edition)

Video: https://skillsmatter.com/skillscasts/8140-building-react-components-library

React provides a great foundation for building and implementing reusable components, that whole team (and community) could greatly benefit from. But to make the code actually reusable, it should be properly presented and documented. Robert will guide you through the key patterns of building React components library with proper navigation, rendered components sandbox and API description.

Rob

July 13, 2016
Tweet

More Decks by Rob

Other Decks in Technology

Transcript

  1. @operatino Why do you need a Component Library • Speed

    up UI development cycle • Share re-usable components documentations and examples • Keep your product UX consistent
  2. @operatino Carte Blanche • Auto gather all components from the

    code base • Generates random props combinations • Allows to configure and save own combinations
  3. @operatino Takeaways • Use Component Libraries to improve development speed

    • Leverage the auto-documentation tooling for easy components discovery • Write more re-usable code • Automate all the things!