adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

Refactor codegen #40

Closed paulsmith closed 1 year ago

paulsmith commented 1 year ago

Code generation is some of the earliest Pushup code, and was starting to strain under new feature development and changes. This refactor splits layouts and pages from each other in terms of code generation, and fixes some bugs related to that.