Skip to content

require(ing) individual components #363

Description

@gilbox

Did y'all consider doing this

var Checkbox = require('material-ui/Checkbox');
var EnhancedButton = require('material-ui/EnhancedButton');

instead of

var {Checkbox, EnhancedButton) = require('material-ui');

??

Seems that with this type of library you shouldn't be importing the pieces you don't need.

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: checkboxChanges related to the checkbox.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions