Skip to content

Commit 9dd5361

Browse files
Create initial ReadMe.md
1 parent 6ee80b5 commit 9dd5361

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# react-gridstack
2+
React wrapper for gridstack
3+
4+
This wrapper is build for an implementation of gridstack with react.
5+
6+
# Issues with current version of gridstack.js
7+
The current version of gridstack.js contains a small issue with dropping an item to another stack. This is fixed on the repository `WebMaid/gridstack.js` and might be fixed in future gridstack.js updates.
8+
9+
# Usage of portals to store state of items
10+
With the current implementation of portals we tried to allow items to preserve their state when beeing dropped to another stack. The current implementation works, but is not recomended for production use. Their I would suggest using a global state store, where you store those things.

0 commit comments

Comments
 (0)