Skip to content

Instantly share code, notes, and snippets.

@rosschapman
Last active April 23, 2020 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosschapman/f4c7646066a49a27c5bebe1c53c44d74 to your computer and use it in GitHub Desktop.
Save rosschapman/f4c7646066a49a27c5bebe1c53c44d74 to your computer and use it in GitHub Desktop.
AppConductor basic skeleton
<AppConductor>
{({ submitForm }) => {
return (
<>
<Form handleOnSubmit={submitForm} />
<>
);
}}
</AppConductor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment