https://github.com/afeiship/render-null-decorator
Render null for react.
https://github.com/afeiship/render-null-decorator
decorator null react render
Last synced: about 1 year ago
JSON representation
Render null for react.
- Host: GitHub
- URL: https://github.com/afeiship/render-null-decorator
- Owner: afeiship
- License: mit
- Created: 2019-08-12T07:38:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T04:40:39.000Z (about 5 years ago)
- Last Synced: 2025-03-27T17:01:49.807Z (about 1 year ago)
- Topics: decorator, null, react, render
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# render-null-decorator
> Render null for react.
## installation
```shell
npm i -S @jswork/render-null-decorator
```
## descriptions
~~~
thanks to:
https://github.com/mbasso/react-decoration/blob/master/src/decorators/components/renderNothing.js
~~~