xureact
v1.3.4
Published
React toolbox
Readme
xureact
React toolbox.
What's in there ?
xureact is a toolbox of useful components.
Philosophy
- Prefer Pure components : all React components in
xureactare meant to be pure, i.e. they do not usestate. - Composition is gold : the
xureactcomponents never inherits another component. Instead, they encapsulate them, or wrap them around (likestyled-componentsdo)
Concepts
xureact contains three major types of element :
- Components : any pure component. Some might contain children, some not.
- Wrappers : similar to
ReactRedux.connect()orStyled(), these are methods that decorates a pure component to give it extra features. - Utilitary functions : any "classical" function that is useful within the context of
xureact
Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
