factorapp / factor

Component based full stack web framework using Web Assembly for Go
https://factorapp.io
Apache License 2.0
60 stars 5 forks source link

Avoiding Body() calls in components and refactoring route, component and model processors #30

Closed arschles closed 6 years ago

arschles commented 6 years ago

Fixes #12

routes still have a duplicate elem.Body though - I'll fix that in another PR. I need to also break some code out of the transpiler in a follow-up