Dennis Stücken

Results 9 issues of Dennis Stücken

How about structuring the components into separate files? I'd go with this directory structure: ``` - index.js - lib | jsonp.js | - Components | | - Facebook | |...

I think of a ButtonGroup component that is capable of displaying all the buttons you want with just one single component. Because usually you want to share the same url...

Create components for inputs, selects, buttons, lists, checkboxes and custom stuff like a picture selector (for profile pictures). This should enable a better implementation for value updates (https://github.com/dstuecken/react-settings-pane/blob/master/src/SettingsPage.js#L49-L66) _Would be...

enhancement
hacktoberfest

Implement LESS or PostCSS in combination with css-loader

enhancement
hacktoberfest