I'm having a hard-time trying to write a plugin for mattermost.
The mattermost starter template generates a webapp that uses typescript.
If I want to look into the plugin-demo to figure out how something is done, I cannot directly use code from there since I have to migrate it to typescript first.
It would be good if the demo used typescript as well, so that a plugin developer has some examples on how to implement stuff using typescript.
Are there any other plugins that use typescript already? So I can look into and lend ideas from there? :)
I'm having a hard-time trying to write a plugin for mattermost.
The mattermost starter template generates a webapp that uses typescript.
If I want to look into the plugin-demo to figure out how something is done, I cannot directly use code from there since I have to migrate it to typescript first.
It would be good if the demo used typescript as well, so that a plugin developer has some examples on how to implement stuff using typescript.
Are there any other plugins that use typescript already? So I can look into and lend ideas from there? :)