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

https://github.com/yunsii/react-dx

For better React Developer eXprience
https://github.com/yunsii/react-dx

react react-components react-utils

Last synced: 5 months ago
JSON representation

For better React Developer eXprience

Awesome Lists containing this project

README

        

# react-dx

[![NPM version](https://img.shields.io/npm/v/react-dx?color=a1b858&label=)](https://www.npmjs.com/package/react-dx)

## Usage

```tsx
import {
createElementMutationObserver,
joinReactNodes,
useElementsMutationObserver,
withLayouts
} from 'react-dx'
```

## Build & Publish

- `npm run build`
- `npx changeset`
- `npx changeset version`
- `git commit`
- `npx changeset publish`
- `git push --follow-tags`

> [`changeset` prerelease doc](https://github.com/changesets/changesets/blob/main/docs/prereleases.md)

## License

[MIT](./LICENSE) License © 2023 [Yuns](https://github.com/yunsii)