renex
v0.5.1
Published
Useful react components that will save your day
Maintainers
Readme
renex
Useful react components
# Using Yarn
yarn add renex
# Using NPM
npm install renexComponents
State- Simple way to manage stateToggle- Switch between given values(boolean by default).Effect- Manage state and invoke callback when state changesMemo- Memoize the childrenPortal- Renders a React subtree in a different part of the DOM.Clipboard- Talk to the clipboard vianavigator.clipboardAPI.LocalStorage- Manage values in the local storage with global synchronization.SessionStorage- Manage values in the session storage with global synchronization.
