xureact

1.3.4 • Public • Published

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 🍻!

Beerpay Beerpay

Readme

Keywords

Package Sidebar

Install

npm i xureact

Weekly Downloads

1

Version

1.3.4

License

MIT

Unpacked Size

47.9 kB

Total Files

23

Last publish

Collaborators

  • xurei