An open API service indexing awesome lists of open source software.

https://github.com/sudoaugustin/renex

Useful react components
https://github.com/sudoaugustin/renex

Last synced: about 1 year ago
JSON representation

Useful react components

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.