Skip to content

Instantly share code, notes, and snippets.

@ondrejbartas
Last active September 25, 2016 12:29
Show Gist options
  • Star 59 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ondrejbartas/9201a080f820779f100027e576cc534e to your computer and use it in GitHub Desktop.
Save ondrejbartas/9201a080f820779f100027e576cc534e to your computer and use it in GitHub Desktop.

React is the new Lego - how we deal with a lot of components

Lightning talk proposal for ReactiveConf 2016

BlueKit usage

At Blueberry, we've been frustrated with maintaining and getting oriented in our React components and their props. That's why we made a tool for automatically generating a component library from a project's components.

We named it BlueKit and released it as open-source.

Developers, designers, and other project members can use the generated library to browse through components in a project, tweak their props, and see a live preview of these changes.

I’ll talk about the problems that inspired us to make BlueKit and how it can help React devs with their projects.

BlueKit Github react-bluekit
BlueKit demo bluekit.blueberry.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment