# Magento UI components in React

Converting all knockout using components to React.

### Some rules to be put in lint
Do not use spread operators when passing props 
to a component because Components should be self
documenting.

For packaging it in electron add 
`"homepage": "./",` to package.json