TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
190 stars 55 forks source link

Add documentation for Yasr plugin creation in React #228

Open PyHahiro opened 1 year ago

PyHahiro commented 1 year ago

triply/yasgui already provides a great way of creating your own plugin under javascript, but I am struggling to create my own with react and typescript. Since the default value of the import for yasgui in react is not the same as in the documentation. It is very hard to find the right way of implementing a plugin, could you provide more documentation about it ?