You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
After reading the examples of import external Javascript library.
I have found out that all example is so simple.
Just import global function from javascript declare in go.
https://github.com/myitcv/highlightjs
https://github.com/myitcv/remarkable
But in real word project development.
Some react library in NPM maybe very useful.
something like :
https://material-ui.com/
https://ant.design/
https://rsuitejs.com/
I have already read the component code in the library.
But I have no idea how to export the library react component to my go project.
Please help or some suggestions approach my purpose.
The text was updated successfully, but these errors were encountered: