Skip to content

Instantly share code, notes, and snippets.

@joaovitorzv
Last active April 25, 2020 20:15
Show Gist options
  • Save joaovitorzv/fdc62ad4671e530171b9543a8314e290 to your computer and use it in GitHub Desktop.
Save joaovitorzv/fdc62ad4671e530171b9543a8314e290 to your computer and use it in GitHub Desktop.
<button type="submit" disabled={isSubmitting} >
{isSubmitting ? 'Creating account...' : 'Create account'}
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment