1.3.4 • Published 4 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
xureact
are meant to be pure, i.e. they do not usestate
. - Composition is gold : the
xureact
components never inherits another component. Instead, they encapsulate them, or wrap them around (likestyled-components
do)
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
4 years ago
1.3.3
4 years ago
1.3.2
4 years ago
1.3.1
4 years ago
1.3.0
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
7 years ago
1.0.7
7 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