Skip to content

Instantly share code, notes, and snippets.

@javierfernandes
Last active March 4, 2018 15:03
Show Gist options
  • Select an option

  • Save javierfernandes/05fafd00e1c14b0b6d5429988a1d0952 to your computer and use it in GitHub Desktop.

Select an option

Save javierfernandes/05fafd00e1c14b0b6d5429988a1d0952 to your computer and use it in GitHub Desktop.
Redux - truco - modelo materias normalizado
{
alumnos: [
{ id: '1111', nombre: 'Juan', materias: ['666', '777'] },
{ id: '2222', nombre: 'Pablo', materias: ['666'] }
],
materias: [
{ id: '666', codigo: 'k2024', nombre: 'Sistemas Operativos' },
{ id: '777', codigo: 'k2026', nombre: 'Algoritmos' },
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment