https://github.com/sudoaugustin/renex
Useful react components
https://github.com/sudoaugustin/renex
Last synced: about 1 year ago
JSON representation
Useful react components
- Host: GitHub
- URL: https://github.com/sudoaugustin/renex
- Owner: sudoaugustin
- License: mit
- Created: 2023-02-15T14:58:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:55:11.000Z (over 2 years ago)
- Last Synced: 2025-03-02T06:20:11.308Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/renex
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `renex`
Useful react components
```bash
# Using Yarn
yarn add renex
# Using NPM
npm install renex
```
## Components
- [`State`](./docs/State.md) - Simple way to manage state
- [`Toggle`](./docs/Toggle.md) - Switch between given values(boolean by default).
- [`Effect`](./docs/Effect.md) - Manage state and invoke callback when state changes
- [`Memo`](./docs/Memo.md) - Memoize the children
- [`Portal`](./docs/Portal.md) - Renders a React subtree in a different part of the DOM.
- [`Clipboard`](./docs/Clipboard.md) - Talk to the clipboard via `navigator.clipboard` API.
- [`LocalStorage`](./docs/LocalStorage.md) - Manage values in the local storage with global synchronization.
- [`SessionStorage`](./docs/SessionStorage.md) - Manage values in the session storage with global synchronization.