Open
Description
As discussed in the team Slack, it may be a bit easier to learn concepts in this order:
- Getting Started: Similar to how it is now, but update the default build in the template to the standalone version, then provide a specific tip for use in the official Webpack template. Also provide a note about the render function version for the run-time only build.
- Managing Layouts: Introduce layout wrapper components
- App-Level Control Component: (Is that a good name? I just made it up, but don't really like it.) Introduce an
App
component layer and explain what would go in a layout wrapper and what would go inApp
(and why)
Any additional thoughts/opinions? I'm happy to tackle this, as long as it can wait a week or so, which is when I might finally be able to get to it.