1.3.4 • Published 5 years ago
xureact v1.3.4
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:!
1.3.4
5 years ago
1.3.3
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago