jsdrupal / drupal-react-components

20 stars 0 forks source link

Components #13

Open mattgrill opened 6 years ago

mattgrill commented 6 years ago

Components

Some components we should probably have as a baseline for composing interfaces.

ApacheEx commented 6 years ago

Hi, just some thoughts from me:

Implemenntig all from scratch is quite hard, but makes sense if you don't need to have any dependencies. I'd recommend to have a look on something which already provides base components: https://ant.design/ or http://react-component.github.io.

Of course it will be a dependency but on another hand there is a big community as well.

btw, I can help if you don't mind, love drupal and react 😊