0.4.3-alpha.8b0216f • Published 3 years ago

renex v0.4.3-alpha.8b0216f

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

renex

Useful react components

# Using Yarn
yarn add renex

# Using NPM
npm install renex

Components

  • State - Simple way to manage state
  • Effect - Manage state and invoke callback when state changes
  • Memo - Memoize the children
  • Portal - Renders a React subtree in a different part of the DOM.
  • LocalStorage - Manage values in the local storage with global synchronization.
  • SessionStorage - Manage values in the session storage with global synchronization.