vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
604 stars 165 forks source link

Create a separate documentation page for Flow protocols #3343

Open SomeoneToIgnore opened 6 years ago

SomeoneToIgnore commented 6 years ago

Based on https://vaadin.slack.com/archives/C6X43FE8M/p1516199493000649

Now it's unclear how and when to use Flow protocols, how many of them exist and what path they are resolved to, but those protocols are mentioned in the docs. Need to create a separate docs page and describe frontend://, context:// and base:// protocols there.

SomeoneToIgnore commented 6 years ago

One thing that might be also needed for this ticket (and which we miss) is a proper documentation on production mode and development mode differences.