How it works?
Last updated
Last updated
Golang natively provide support webassembly support , but provide basic operations and standard libs. Browser features like manipulating dom, fetch a ressources, handle a click... are not natively supported.
Hogosuru bind the major features of WEB API () and give you the ability to build a a full complex app or website with go .
It supports some well known patterns in other framework, like routing and observable ...
To use hogosuru, you don't need to known write javascript, but you must understand some concepts like promises and how Web API object works. Thanks to Mozilla, it's very well documented and easy to transpose the use with hogosuru.
Hogosuru works very well with css framework like or the framework that dont mix "functional logic" and "styles and animations"
You can still use other frameworks and it works, but it will make your product a bit more complex to manage.