jquery-react-render 1.1.13 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/index.js +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# [jquery react render](https://npmjs.com/package/jquery-react-render)
|
|
2
2
|
|
|
3
|
-
[](https://npmjs.com/package/jquery-react-render)
|
|
4
|
-
|
|
5
3
|
If you love to use Jquery and react... this is for you!
|
|
6
4
|
You can pass a react component or html element and append it where you want... in react style
|
|
7
5
|
|