React toolbox
npm install xureactReact toolbox.
xureact is a toolbox of useful components.
xureact are meant to be pure, i.e. they do not use state.xureact components never inherits another component. Instead, they encapsulate them, or wrap them around (like styled-components do)1. Components : any pure component. Some might contain children, some not.
1. Wrappers : similar to ReactRedux.connect() or Styled(), these are methods that decorates a pure component to give it extra features.
1. Utilitary functions : any "classical" function that is useful within the context of xureact
 