Skip to content

Instantly share code, notes, and snippets.

@joelbarbosa
Created November 17, 2017 16:30
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 joelbarbosa/7a6a59d06ce933289d44d1f8bc45f197 to your computer and use it in GitHub Desktop.
Save joelbarbosa/7a6a59d06ce933289d44d1f8bc45f197 to your computer and use it in GitHub Desktop.
Componentes Controlados e Não Controlados.
╔═════════════════╦═════════════════╦═════════════╗
║ feature ║ Não Controlados ║ Controlados ║
╠═════════════════╬═════════════════╬═════════════╣
║ buscar valores ║ ║ ║
║ de um único ║ [ V ] ║ [ V ] ║
║ ponto ex:submit║ ║ ║
╠═════════════════╬═════════════════╬═════════════╣
║ validar ao ║ [ V ] ║ [ V ] ║
║ submit ║ ║ ║
╠═════════════════╬═════════════════╬═════════════╣
║ Validação de ║ [ X ] ║ [ V ] ║
║ compo instatanea║ ║ ║
╠═════════════════╬═════════════════╬═════════════╣
║ Inputes ║ [ X ] ║ [ V ] ║
║ Dinamicos ║ ║ ║
╠═════════════════╬═════════════════╬═════════════╣
║ Conficionais ║ [ X ] ║ [ V ] ║
║ de validações ║ ║ ║
╚═════════════════╩═════════════════╩═════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment