TriplyDB / Yasgui

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

Add documentation for Yasr plugin creation in React #228

Open PyHahiro opened 11 months ago

PyHahiro commented 11 months 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 ?