You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App template essentially generates the App Shell for the developers application, handles routing, and general performance concerns, and should essentially be managed / owned by Greenwood by default.
Although a user can certainly make their own templates/app-template.js, as it's a complicated set of orchestrations (redux, routing, bundling, etc) and as such should be considered an "advanced" API.
So by default, and as a strong recommendation, Greenwood should assume its app-template.js will be the default one used and should be maintained / tested / documented as such.
The text was updated successfully, but these errors were encountered:
This will require #11 to be completed first, which we will need for the default 404 and index templates as well. May need to move this to Sprint 2 or move #11 to Sprint 1
Type of Change
Summary
Related to #3
App template essentially generates the App Shell for the developers application, handles routing, and general performance concerns, and should essentially be managed / owned by Greenwood by default.
Page templates are being handled by #30
Details
Although a user can certainly make their own templates/app-template.js, as it's a complicated set of orchestrations (redux, routing, bundling, etc) and as such should be considered an "advanced" API.
So by default, and as a strong recommendation, Greenwood should assume its app-template.js will be the default one used and should be maintained / tested / documented as such.
The text was updated successfully, but these errors were encountered: