Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brlafreniere/c3857bcb0c82d767d7735e1a7943870c to your computer and use it in GitHub Desktop.
Save brlafreniere/c3857bcb0c82d767d7735e1a7943870c to your computer and use it in GitHub Desktop.
function setupRedirect() {
<Redirect .../>
}
render() {
setupRedirect();
return (
<form>...</form>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment