diff --git a/docs/src/examples.mdx b/docs/src/examples.mdx index 7dff5eba..4c35e940 100644 --- a/docs/src/examples.mdx +++ b/docs/src/examples.mdx @@ -26,7 +26,22 @@ Managing state across multiple components can be tricky but we think we've solve Check out the example below + + +## Branching logic + +Sometimes the direction of your form (and end submission), is conditional on the info the user enters. + +Here's an example of a form which branches across routes. + +