Skip to content

Instantly share code, notes, and snippets.

@javivelasco
Last active October 2, 2022 16:36
Show Gist options
  • Star 45 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javivelasco/3f71d1767bf3dfb89e45 to your computer and use it in GitHub Desktop.
Save javivelasco/3f71d1767bf3dfb89e45 to your computer and use it in GitHub Desktop.
Proposal for lightning talk at Reactive Conf 2015

I’m amazed by React and how it’s bringing happiness to our developer lives. I specially like the workflow that integrates Webpack + React + CSS Modules + Babel among other tools and preprocessors. That’s why Javier Jiménez and I are working together in a library called React Toolbox that we would like to show in a lightning talk at Reactive Conference.

The main idea is to create a set of React components implementing Material Design guidelines. There are already some libraries that solve a similar problem but our project is mostly focused on the workflow and best practices to create a tool everybody would want to use. Also, we are sticking to the design guidelines proposed by Google and embracing minimalism by generating the minimum possible amount of HTML and styles to get the best result. Our workflow includes among others:

  • Webpack.
  • ES6 with Babel
  • Unit testing with Karma and Mocha.
  • Styling with CSS Modules and SASS

We are looking forward to bootstrap your React projects with beautiful Material Design Components. Thanks for the support!

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