suthee
0
Q:

double matrix iteration in react

{Object.map(keyOuter => {
  return Object.map(keyInner => {
    return (
       //Do your stuff
    );
  });
})}
1

New to Communities?

Join the community