prettynice
prettynice copied to clipboard
Improve optimization of client side components
Component modules are built individually meaning we're including and running the gren runtime for every component on the page. This was done as the easiest-first pass to have multiple, indepdent gren "apps" on a page but there is probably a better way.