Update dependencies.md about deprecation of dependencies
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e96e4f123b
commit
0bbf999838
1 changed files with 8 additions and 2 deletions
|
@ -13,8 +13,8 @@ It depends on Vite in order to build the project.
|
|||
|
||||
Others dependencies:
|
||||
- [react-dom](https://reactjs.org/docs/react-dom.html): library used to inject the app to `#root` html element.
|
||||
- [react-window](https://www.npmjs.com/package/react-windows): component that offers component dynamic loading over scroll (very useful++)
|
||||
- [react-svg-pan-zoom](https://www.npmjs.com/package/react-svg-pan-zoom): component that offers pan + zoom to a svg element
|
||||
- [react-window](https://www.npmjs.com/package/react-window): component that offers component dynamic loading over scroll (very useful++)
|
||||
- [react-svg-pan-zoom](https://www.npmjs.com/package/react-svg-pan-zoom): component that offers pan + zoom to a svg element (if this gets deprecated, please try to migrate to HTML Canvas before trying a new library)
|
||||
|
||||
|
||||
# [Vite](https://vitejs.dev/)
|
||||
|
@ -49,6 +49,12 @@ Other dependencies:
|
|||
|
||||
SVG Icons that can be used as JSX elements with Tailwind CSS
|
||||
|
||||
# [Interweave](https://interweave.dev/)
|
||||
|
||||
React library to render HTML from string.
|
||||
In this project, it is particularly used for the CustomSVG property.
|
||||
|
||||
If this dependencies gets deprecated please revert [PR#18 e96e4f12](https://dev.azure.com/enguyen0660/SVGLayoutDesignerReact/_git/SVGLayoutDesignerReact/commit/e96e4f123b4aa4c9cdb327d4d617ab0e63dc4d0f?refName=refs%2Fheads%2Fdev)
|
||||
|
||||
# Testing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue