1.3.4 • Published 4 years ago

xureact v1.3.4

Weekly downloads
32
License
MIT
Repository
github
Last release
4 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

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