We want to create a VS code extension with multiple screens. I have some ideas acc to these links :
- https://github.com/rebornix/vscode-webview-react
- https://medium.com/snowflake/how-to-build-a-vs-code-extension-using-react-webviews-0e2481ce1ba2
- https://githubnext.com/projects/react-webview-ui-toolkit/
- https://isamatov.com/create-vscode-extension-with-react/
Also according to official webview documentation [text] : Only use webviews when absolutely necessary
Can somebody help me understand how should I create a VS code extension with multiple UI functionalities ?
Should I use Webviews along with react so that I will be able to create an app seamlessly ?
I have tried using their APIs text to create UI but I am finding it difficult to implement.
Also how to use 3rd party libraries like Bootstrap, Kendo UI or primereact.org inside VS code extension ?
A working example link would be appreciated.
Any suggestions regarding how to create a VS code extension will also be appreciated.