1.3.4 • Published 3 years ago

xureact v1.3.4

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

xureact

npm wercker status Codecov GitHub issues Codacy grade Beerpay

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 use state.
  • Composition is gold : the xureact components never inherits another component. Instead, they encapsulate them, or wrap them around (like styled-components do)

Concepts

xureact contains three major types of element :

  1. Components : any pure component. Some might contain children, some not.
  2. Wrappers : similar to ReactRedux.connect() or Styled(), these are methods that decorates a pure component to give it extra features.
  3. 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:!

Beerpay Beerpay

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago